/api/space/managed-domain (v1)

The following operation is supported on this resource:

GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <managed-domain>
       <collection href="/api/space/managed-domain/managed-elements" />
       <collection href="/api/space/managed-domain/ptps" />
    </managed-domain>

  • Sample Output JSON:
    {
      "managed-domain": {
        "collection": [
          {
            "@href": "/api/space/managed-domain/managed-elements"
          },
          {
            "@href": "/api/space/managed-domain/ptps"
          }
        ]
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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