/api/space/domain-management

The following operation is supported on this resource:

GET / Version 3

This resource provides HATEOAS links to collections and methods available in Domain Manager service.

Sample Usage

GET /


  • Sample Output XML:
    <domain-management>
       <domains href="/api/space/domain-management/domains"/>
    </domain-management>

  • Sample Output JSON:
    {
       "domain-management" : {
         "domains" : {
           "@href": "/api/space/domain-management/domains"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For other non-deprecated versions of this API, refer to :
    • version 2