/api/space/managed-domain (v1)

The following operation is supported on this resource:

  • GET - Available methods and collections
GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     <managed-domain>
     <collection href="/api/space/managed-domain/managed-elements" rel="managed-elements"/>
     </managed-domain>

  • Sample Output JSON:

    {
      "managed-domain":{
        "collection":[
          {"@href": "/api/space/managed-domain/managed-elements","@rel":"managed-elements"},
          {"@href":"/api/space/managed-domain/ptps", "@rel":"ptps"}
        ]
     }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the current version of this API, refer to :
    • version 4