| Object type: account | |
|---|---|
| An Account contains information about a user account in an IT system in enterprise monitored by Sentinel. Multiple Accounts may be associated with a single Identity. | |
| Field | Description |
| acctid | The unique identifier of the Account object in the Sentinel system. |
| cid | The customer ID of the MSSP customer to which the account belongs. |
| createdate | The date and time when the object was created. |
| creator | The URL of the Sentinel User object that represents the creator of the object. |
| current | If this value is true, it indicates that the account record contains the current data for an account, as opposed to containing superseded data. |
| enddate | The last, or ending data on which the account is active. |
| identity | The URL of the Identity object to which the Account object belongs. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| moddate | The date and time when the object was last modified. |
| modifier | The URL of the Sentinel User object that represents the last modifier of the object. |
| name | The account name in the IT system. |
| startdate | The first, or starting date on which the account is active. |
| status | The current status of the account. One of "Active", "Inactive", "Deleted", "Undefined". |
| sys | The identifier of the system to which the account belongs. |
| trusts | A list of URLs to Trust objects associated with the Account object. |
| uid | The unique identifier in the Sentinel system of the Identity object to which the Account object belongs. |
| Object type: meta | |
|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/account/42
{
"meta":{
"type":"account",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/account/42"
},
"uid":"79600390-9B73-102E-A3E2-001676E4A757",
"acctid":"79600390-9B73-102E-A3E2-001676E4A757",
"moddate":"2012-04-25T13:33:44.658Z",
"startdate":"2012-04-25T13:33:44.658Z",
"status":"Wildebeest",
"sys":"Wildebeest",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.658Z",
"current":true,
"enddate":"2012-04-25T13:33:44.658Z",
"cid":42,
"identity":{
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/identity/79600390-9B73-102E-A3E2-001676E4A757"
},
"trusts":[
"https://164.99.19.131:8443/SentinelRESTServices/objects/trust/42"
]
}
| Object type: account | ||
|---|---|---|
| An Account contains information about a user account in an IT system in enterprise monitored by Sentinel. Multiple Accounts may be associated with a single Identity. | ||
| Field | Required | Description |
| acctid | false | The unique identifier of the Account object in the Sentinel system. |
| cid | false | The customer ID of the MSSP customer to which the account belongs. |
| current | false | If this value is true, it indicates that the account record contains the current data for an account, as opposed to containing superseded data. |
| enddate | false | The last, or ending data on which the account is active. |
| identity | false | The URL of the Identity object to which the Account object belongs. |
| name | true | The account name in the IT system. |
| startdate | false | The first, or starting date on which the account is active. |
| status | false | The current status of the account. One of "Active", "Inactive", "Deleted", "Undefined". |
| sys | true | The identifier of the system to which the account belongs. |
| trusts | false | A list of URLs to Trust objects associated with the Account object. |
| uid | false | The unique identifier in the Sentinel system of the Identity object to which the Account object belongs. |
| Object type: meta | ||
|---|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/account/42
{
"uid":"79600390-9B73-102E-A3E2-001676E4A757",
"acctid":"79600390-9B73-102E-A3E2-001676E4A757",
"startdate":"2012-04-25T13:33:44.659Z",
"status":"Wildebeest",
"sys":"Wildebeest",
"name":"Wildebeest",
"current":true,
"enddate":"2012-04-25T13:33:44.659Z",
"cid":42,
"identity":{
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/identity/79600390-9B73-102E-A3E2-001676E4A757"
},
"trusts":[
"https://164.99.19.131:8443/SentinelRESTServices/objects/trust/42"
]
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/account/42