/api/space/software-management

The following operation is supported on this resource:

  • GET - Get links to available collections and methods
GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <software-management>
      <collection href="/api/space/software-management/packages"/>
    </software-management>

  • Sample Output JSON:
    {
      "software-management": {
        "collection":{
          "@href":"/api/space/software-management/packages"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead