| Object type: collector | |
|---|---|
| Needs description. | |
| Field | Description |
| collectormgr | Needs description. |
| connectors | 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. |
| 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. |
| on | Needs description. |
| plugin | Needs description. |
| properties | Needs description. Definition |
| 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 |
| Object type: collector-properties | |
|---|---|
| Needs description. | |
| Field | Description |
| alert-no-data | Needs description. |
| data-rate-limit | Needs description. |
| no-data-threshold | Needs description. |
| properties | Needs description. Definition |
| raw-data-file | Needs description. |
| save-raw-data | Needs description. |
| send-repeated-alerts | Needs description. |
| trusted-time | Needs description. |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/collector/79600390-9B73-102E-A3E2-001676E4A757
{
"meta":{
"type":"collector",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/collector/79600390-9B73-102E-A3E2-001676E4A757"
},
"moddate":"2012-04-25T13:33:44.687Z",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.687Z",
"on":true,
"properties":{
"save-raw-data":true,
"alert-no-data":true,
"data-rate-limit":42,
"raw-data-file":"Wildebeest",
"no-data-threshold":42,
"send-repeated-alerts":true,
"trusted-time":true,
"properties":[
{
"hidden":true,
"name":"Wildebeest",
"value":"Wildebeest",
"type":"Wildebeest",
"custom":true
}
]
},
"connectors":[
"https://164.99.19.131:8443/SentinelRESTServices/objects/connector/79600390-9B73-102E-A3E2-001676E4A757"
],
"plugin":"Wildebeest"
}
| Object type: collector | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| collectormgr | false | Needs description. |
| name | true | Needs description. |
| on | true | Needs description. |
| plugin | false | Needs description. |
| properties | false | Needs description. Definition |
| 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 |
| Object type: collector-properties | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| alert-no-data | false | Needs description. |
| data-rate-limit | false | Needs description. |
| no-data-threshold | false | Needs description. |
| properties | false | Needs description. Definition |
| raw-data-file | false | Needs description. |
| save-raw-data | false | Needs description. |
| send-repeated-alerts | false | Needs description. |
| trusted-time | false | Needs description. |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/collector/79600390-9B73-102E-A3E2-001676E4A757
{
"name":"Wildebeest",
"on":true,
"properties":{
"save-raw-data":true,
"alert-no-data":true,
"data-rate-limit":42,
"raw-data-file":"Wildebeest",
"no-data-threshold":42,
"send-repeated-alerts":true,
"trusted-time":true,
"properties":[
{
"hidden":true,
"name":"Wildebeest",
"value":"Wildebeest",
"type":"Wildebeest",
"custom":true
}
]
},
"plugin":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/collector/79600390-9B73-102E-A3E2-001676E4A757