[Index]
Model ref.: device/msgraphsecurity/Incident
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Id",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"tenantId": {
"title": "Tenant ID",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"status": {
"title": "Status",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"incidentWebUrl": {
"title": "Incident Web URL",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"redirectIncidentId": {
"title": "Redirect Incident ID",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"displayName": {
"title": "Display Name",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"createdDateTime": {
"title": "Created DateTime",
"type": "string",
"format": "date-time",
"readonly": true,
"maxLength": 1024
},
"lastUpdateDateTime": {
"title": "Last Update DateTime",
"type": "string",
"format": "date-time",
"readonly": true,
"maxLength": 1024
},
"assignedTo": {
"title": "Assigned To",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"classification": {
"title": "Classification",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"determination": {
"title": "Determination",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"severity": {
"title": "Severity",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"customTags": {
"title": "Custom Tags",
"type": "array",
"items": {
"type": "string",
"maxLength": 1024
},
"readonly": true
},
"systemTags": {
"title": "System Tags",
"type": "array",
"items": {
"type": "string",
"maxLength": 1024
},
"readonly": true
},
"description": {
"title": "Description",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"lastModifiedBy": {
"title": "Last Modified By",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"resolvingComment": {
"title": "Resolving Comment",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"summary": {
"title": "Summary",
"type": "string",
"readonly": true,
"maxLength": 1024
},
"comments": {
"title": "Comments",
"type": "array",
"items": {
"type": "string",
"maxLength": 1024
},
"readonly": true
}
},
"schema_version": "1.0"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/device/msgraphsecurity/Incident/ |
|
The device/msgraphsecurity/Incident schema and all instances as JSON. |
(The list will return 0 to 3 device/msgraphsecurity/Incident instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "displayName",
"direction": "asc",
"current": "/api/device/msgraphsecurity/Incident/?skip=0&limit=3&order_by=displayName&direction=asc&traversal=down"
},
"operations": [
"list"
],
"meta": {
"model_type": "device/msgraphsecurity/Incident",
"summary_attrs": [
{
"name": "displayName",
"title": "Display Name"
},
{
"name": "status",
"title": "Status"
},
{
"name": "severity",
"title": "Severity"
},
{
"name": "createdDateTime",
"title": "Created DateTime"
},
{
"name": "lastUpdateDateTime",
"title": "Last Update DateTime"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"list",
"get",
"update"
],
"schema_version": "1.0",
"actions": [
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/device/msgraphsecurity/Incident/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/msgraphsecurity/Incident/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Purge | POST | /api/device/msgraphsecurity/Incident/purge/ |
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/device/msgraphsecurity/Incident/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/device/msgraphsecurity/Incident/[pkid] | hierarchy=[hierarchy] | The device/msgraphsecurity/Incident instance with [pkid]. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Purge | POST | /api/device/msgraphsecurity/Incident/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |