REST Resources
GET / | Version 1 |
This resource provides HATEOAS links to collections and methods available in this service.
Sample Usage
GET /
- Accept Headers:
application/vnd.net.juniper.space.tag-management+xml;version=1
application/vnd.net.juniper.space.tag-management+json;version=1
<tag-management>
<collection href="/api/space/tag-management/tags"
rel="Collection of tags"/>
</tag-management>
{
"tag-management": {
"collection": {
"@href":
"/api/space/tag-management/tags",
"@rel":
"Collection of tags"
}
}
Access Control
The following capabilities are required to access this API: DefaultRead
For the current version of this API, refer to :