-
Notifications
You must be signed in to change notification settings - Fork 5
Namespace Resource
[User Guide](User Guide) | [Web Service API](Web Service API)
#Web API Namespace Endpoint Provides methods to segregate groups of metrics.
| Endpoint | Method | Description |
|---|---|---|
| /namespace | GET, POST | Creates a namespace and returns it by username |
| /namespace/{namespaceId} | PUT | Namespace update |
| /namespace/{namespaceId}/users | PUT | Update namespace users |
##/namespace
Description
Create a new namespace. Returns the namespace of the owner by username.
Available Version
2.0
HTTP Method
GET, POST
GET Response Parameters
| Names | Type | Description |
|---|---|---|
| Body | namespace |
##/namespace/{namespaceId}
Description
Updates the namespace with the given ID.
Available Version
2.0
HTTP Method
PUT
PUT Response Parameters
| Names | Type | Description |
|---|---|---|
| Body | namespace |
##/namespace/{namespaceId}/users
Description
Updates the namespace with the given ID.
Available Version
2.0
HTTP Method
PUT
PUT Parameters
| Names | Type | Description |
|---|---|---|
| namespaceId | biginteger | |
| body | set |
Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)
