| Object type: search-target | |
|---|---|
| A search target object (now somewhat misnamed) represents a distributed search target system which can be searched by a Sentinel system that is an authorized search initiator. | |
| Field | 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. |
| enabled | 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. |
| 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/search-target/79600390-9B73-102E-A3E2-001676E4A757
{
"meta":{
"type":"search-target",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/search-target/79600390-9B73-102E-A3E2-001676E4A757"
},
"enabled":true,
"moddate":"2012-04-25T13:33:44.585Z",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.585Z"
}
| Object type: search-target | ||
|---|---|---|
| A search target object (now somewhat misnamed) represents a distributed search target system which can be searched by a Sentinel system that is an authorized search initiator. | ||
| Field | Required | Description |
| enabled | false | Needs description. |
| name | 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/search-target/79600390-9B73-102E-A3E2-001676E4A757
{
"enabled":true,
"name":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/search-target/79600390-9B73-102E-A3E2-001676E4A757