Skip to content
Lauren Padia edited this page Jun 24, 2016 · 6 revisions

[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

Argus

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)

Contributing

Clone this wiki locally