forked from salesforce/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
Namespace
Lauren Padia edited this page Jun 15, 2016
·
5 revisions
[User Guide](User Guide) | [Data Model](Data Model)
A namespace object encapsulates information about a namespace which can be used to segregate groups of metrics.
Field Name | Type | Description |
---|---|---|
id | bigint | ID of the dashboard object |
createdById | bigint | ID of the principal who created the dashboard |
createdDate | long | Timestamp at which the dashboard was created |
modifiedById | bigint | ID of the principal who last modified the dashboard |
modifiedDate | long | Timestamp at which the dashboard was last modified |
qualifier | string | Namespace name |
usernames | string[] | Users authorized to use the namespace |
{
"id": 298122,
"createdById": 101260,
"createdDate": 1447025129812,
"modifiedById": 101260,
"modifiedDate": 1447025129812,
"qualifier": "bhinavs_namespace",
"usernames": [
"bhinav.sura"
]
}
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)