| Object type: search-initiator | |
|---|---|
| A search initiator object (now somewhat misnamed) represents a distributed search initiator system that can be authorized to perform searches on Sentinel search-target systems. | |
| Field | Description |
| addr | Needs description. |
| cert | 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. |
| enabled | Needs description. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| metadata | Needs description. |
| 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. |
| port | Needs description. |
| role | 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-initiator/79600390-9B73-102E-A3E2-001676E4A757
{
"meta":{
"type":"search-initiator",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/search-initiator/79600390-9B73-102E-A3E2-001676E4A757"
},
"port":42,
"enabled":true,
"moddate":"2012-04-25T13:33:44.584Z",
"cert":"Wildebeest",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.584Z",
"addr":"Wildebeest",
"metadata":"Wildebeest"
}
| Object type: search-initiator | ||
|---|---|---|
| A search initiator object (now somewhat misnamed) represents a distributed search initiator system that can be authorized to perform searches on Sentinel search-target systems. | ||
| Field | Required | Description |
| addr | true | Needs description. |
| cert | true | Needs description. |
| enabled | false | Needs description. |
| metadata | true | Needs description. |
| name | true | Needs description. |
| port | false | Needs description. |
| role | false | 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-initiator/79600390-9B73-102E-A3E2-001676E4A757
{
"port":42,
"enabled":true,
"cert":"Wildebeest",
"name":"Wildebeest",
"addr":"Wildebeest",
"metadata":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/search-initiator/79600390-9B73-102E-A3E2-001676E4A757