| Object type: incident-category | |
|---|---|
| A classification or grouping for an incident. | |
| Field | Description |
| desc | The description of the incident category. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| name | The incident category name. |
| 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/incident-category
{
"meta":{
"type":"incident-category",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/incident-category"
},
"desc":"Incidents related to denial of service attacks.",
"name":"Denial of Service"
}
| Object type: incident-category | ||
|---|---|---|
| A classification or grouping for an incident. | ||
| Field | Required | Description |
| desc | false | The description of the incident category. |
| name | false | The incident category name. |
| 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/incident-category
{
"desc":"Incidents related to denial of service attacks.",
"name":"Denial of Service"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/incident-category