<?xml version="1.0" encoding="UTF-8" ?>
    <prefix>
      <prefix>server-config</prefix>
      <describeURL>/direct/server-config/describe</describeURL>
      <summary>Represents settings in the server configuration</summary>
      <collectionURL>/server-config</collectionURL>
      <showURL>/server-config/:ID:</showURL>
      <customActions>
        <customAction>
          <action>names</action>
          <url>/direct/server-config/names</url>
          <method>GET</method>
          <viewKey>list</viewKey>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>servers</action>
          <url>/direct/server-config/servers</url>
          <method>GET</method>
          <viewKey>list</viewKey>
          <description>Get the list of serverIds in the current Sakai cluster</description>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>values</action>
          <url>/direct/server-config/values</url>
          <method>GET</method>
          <viewKey>list</viewKey>
        </customAction>
      </customActions>
      <outputFormats>
        <format>xml</format>
        <format>html</format>
        <format>json</format>
       </outputFormats>
      <inputFormats>
       </inputFormats>
      <entityClass>
        <class>org.sakaiproject.entitybroker.providers.model.EntityServerConfig</class>
        <type>bean</type>
        <fields>
          <field>
            <name>name</name>
            <type>java.lang.String</type>
            <readable>true</readable>
            <writeable>true</writeable>
          </field>
          <field>
            <name>type</name>
            <type>java.lang.String</type>
            <readable>true</readable>
            <writeable>true</writeable>
          </field>
          <field>
            <name>value</name>
            <type>java.lang.Object</type>
            <readable>true</readable>
            <writeable>true</writeable>
          </field>
        </fields>
      </entityClass>
      <capabilities>
        <capability>
          <name>CoreEntityProvider</name>
          <type>org.sakaiproject.entitybroker.entityprovider.CoreEntityProvider</type>
        </capability>
        <capability>
          <name>EntityProvider</name>
          <type>org.sakaiproject.entitybroker.entityprovider.EntityProvider</type>
        </capability>
        <capability>
          <name>ActionsExecutable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.ActionsExecutable</type>
        </capability>
        <capability>
          <name>CollectionResolvable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.CollectionResolvable</type>
        </capability>
        <capability>
          <name>Describeable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.Describeable</type>
        </capability>
        <capability>
          <name>Outputable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.Outputable</type>
        </capability>
        <capability>
          <name>Resolvable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.Resolvable</type>
        </capability>
      </capabilities>
    </prefix>
