| Object type: host | |
|---|---|
| Needs description. | |
| Field | Description |
| collector-mgrs | Needs description. |
| 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. |
| hostname | Needs description. |
| ip-addr | Needs description. |
| 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 | Needs description. |
| os-name | Needs description. |
| os-ver | Needs description. |
| sentinel-id | Needs description. |
| 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/host/79600390-9B73-102E-A3E2-001676E4A757
{
"meta":{
"type":"host",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/host/79600390-9B73-102E-A3E2-001676E4A757"
},
"moddate":"2012-04-25T13:33:44.612Z",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.612Z",
"hostname":"Wildebeest",
"sentinel-id":"79600390-9B73-102E-A3E2-001676E4A757",
"os-ver":"Wildebeest",
"os-name":"Wildebeest",
"ip-addr":"10.0.0.1",
"collector-mgrs":{
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/collectormgr?query=SentinelHostId.e79600390-9B73-102E-A3E2-001676E4A757"
}
}
| Object type: host | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| collector-mgrs | false | Needs description. |
| hostname | false | Needs description. |
| ip-addr | false | Needs description. |
| name | true | Needs description. |
| os-name | false | Needs description. |
| os-ver | false | Needs description. |
| sentinel-id | true | Needs description. |
| 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/host/79600390-9B73-102E-A3E2-001676E4A757
{
"name":"Wildebeest",
"hostname":"Wildebeest",
"sentinel-id":"79600390-9B73-102E-A3E2-001676E4A757",
"os-ver":"Wildebeest",
"os-name":"Wildebeest",
"ip-addr":"10.0.0.1",
"collector-mgrs":{
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/collectormgr?query=SentinelHostId.e79600390-9B73-102E-A3E2-001676E4A757"
}
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/host/79600390-9B73-102E-A3E2-001676E4A757