/api/space/configuration-management
The following operations are supported on this resource:
- GET - Gets HATEOAS links to collections and methods
GET /api/space/configuration-management (v1)
This resource provides HATEOAS links to collections and methods available in this service.
Access Control
The following capabilities are required to access this API:
"DefaultRead"
Example Usage
GET /api/space/configuration-management/Content Types
-
Produces content types:
application/vnd.net.juniper.space.configuration-management+xml;version=1
application/vnd.net.juniper.space.configuration-management+json;version=1 -
Sample Output XML:
<configuration-management>
<collection href="/api/space/configuration-management/change-requests"
rel="change-requests"/>
</configuration-management> -
Sample Output JSON:
{"configuration-management":
{"collection":{"@href": "/api/space/configuration-management/change-requests" ,"@rel":"change-requests"}}}