/api/space/domain-management (v2)

The following operation is supported on this resource:

GET / Version 2

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 the current version of this API, refer to :
    • version 3