GET /api/space/tag-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/tag-management/Content Types
-
Produces content types:
application/vnd.net.juniper.space.tag-management+xml;version=1
application/vnd.net.juniper.space.tag-management+json;version=1 -
Sample Output XML:
<tag-management>
<collection href="/api/space/tag-management/tags" rel="Collection of tags"/>
</tag-management> -
Sample Output JSON:
{
"tag-management":
{ "
collection":
{
"@href":"/api/space/tag-management/tags",
"@rel":"Collection of tags"
}
}
}