Skip to content
Bhinav Sura edited this page Mar 25, 2016 · 5 revisions

Namespace

The Namespace object encapsulates information about a namespace which can be used to segregate groups of metrics.

Name Type Description
id bigint The unique ID of the dashboard object.
createdById bigint The unique ID of the principal who created the dashboard.
createdDate long The epoch timestamp at which the dashboard was created.
modifiedById bigint The unique ID of the principal who last modified the dashboard.
modifiedDate long The epoch timestamp at which the dashboard was last modified.
qualifier string The namespace name.
usernames string[] The principal users authorized to use the namespace.

Example Namespace Entity:

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