/api/space/application-management (v1)

The following operations are supported on this resource:

GET / Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <application-management>
       <collection href="/api/space/application-management/applications" rel="applications"/>
       <platform href="/api/space/application-management/platform" rel="platform"/>
    </application-management>

  • Sample Output JSON:
    {
        "application-management":{
             "collection": {
                   "@href":"/api/space/application-management/applications",
                   "@rel":"applications"
              },
              "platform":{
                   "@href":"/api/space/application-management/platform",
                   "@rel":"platform"
             }
        }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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