This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Namespace
Lauren Padia edited this page Mar 22, 2017
·
6 revisions
A namespace object encapsulates information about a namespace which can be used to segregate groups of metrics.
Field Name | Type | Description |
---|---|---|
id | bigint | Dashboard object ID |
createdById | bigint | ID of the principal who created the dashboard |
createdDate | long | Dashboard creation timestamp |
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[] | Authorized users |
{
"id": 298122,
"createdById": 101260,
"createdDate": 1447025129812,
"modifiedById": 101260,
"modifiedDate": 1447025129812,
"qualifier": "bhinavs_namespace",
"usernames": [
"bhinav.sura"
]
}