{ "item": [ { "name": "mtp", "description": "", "item": [ { "name": "alertsApiService", "description": "", "item": [ { "name": "alerts", "description": "", "item": [ { "id": "c2f77897-6bf4-4ccc-9045-d33693ebd01d", "name": "List alerts", "request": { "name": "List alerts", "description": { "content": "Retrieve a filtered list of alerts from the Defender XDR alert service. Supports filtering by severity, status, service source, and time range.", "type": "text/plain" }, "url": { "path": [ "mtp", "alertsApiService", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {\n \"severity\": [\n \"Informational\",\n \"Low\"\n ],\n \"status\": [\n \"New\",\n \"Resolved\"\n ],\n \"serviceSource\": [\n \"string\",\n \"string\"\n ]\n },\n \"sortByField\": \"alertCreationTime\",\n \"sortOrder\": \"Ascending\",\n \"pageIndex\": 0,\n \"pageSize\": 100\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "be2b7636-48fb-4bf6-ade8-659b3c4c5a19", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {\n \"severity\": [\n \"Informational\",\n \"Low\"\n ],\n \"status\": [\n \"New\",\n \"Resolved\"\n ],\n \"serviceSource\": [\n \"string\",\n \"string\"\n ]\n },\n \"sortByField\": \"alertCreationTime\",\n \"sortOrder\": \"Ascending\",\n \"pageIndex\": 0,\n \"pageSize\": 100\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"alerts\": [\n {\n \"alertId\": \"string\",\n \"incidentId\": \"string\",\n \"title\": \"string\",\n \"severity\": \"High\",\n \"status\": \"New\",\n \"category\": \"string\",\n \"serviceSource\": \"string\",\n \"detectionSource\": \"string\",\n \"alertCreationTime\": \"1947-09-21T03:57:48.850Z\",\n \"lastUpdatedTime\": \"1958-02-11T11:49:32.550Z\"\n },\n {\n \"alertId\": \"string\",\n \"incidentId\": \"string\",\n \"title\": \"string\",\n \"severity\": \"Low\",\n \"status\": \"InProgress\",\n \"category\": \"string\",\n \"serviceSource\": \"string\",\n \"detectionSource\": \"string\",\n \"alertCreationTime\": \"2003-10-25T13:33:15.562Z\",\n \"lastUpdatedTime\": \"1997-06-18T10:34:07.426Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7a0b412f-0549-4961-bdc2-24022acc0ef7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {\n \"severity\": [\n \"Informational\",\n \"Low\"\n ],\n \"status\": [\n \"New\",\n \"Resolved\"\n ],\n \"serviceSource\": [\n \"string\",\n \"string\"\n ]\n },\n \"sortByField\": \"alertCreationTime\",\n \"sortOrder\": \"Ascending\",\n \"pageIndex\": 0,\n \"pageSize\": 100\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "767cf612-ee2f-4577-b76c-9162db470bda", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {\n \"severity\": [\n \"Informational\",\n \"Low\"\n ],\n \"status\": [\n \"New\",\n \"Resolved\"\n ],\n \"serviceSource\": [\n \"string\",\n \"string\"\n ]\n },\n \"sortByField\": \"alertCreationTime\",\n \"sortOrder\": \"Ascending\",\n \"pageIndex\": 0,\n \"pageSize\": 100\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d628244-1b67-435e-8902-652f35a84f07", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {\n \"severity\": [\n \"Informational\",\n \"Low\"\n ],\n \"status\": [\n \"New\",\n \"Resolved\"\n ],\n \"serviceSource\": [\n \"string\",\n \"string\"\n ]\n },\n \"sortByField\": \"alertCreationTime\",\n \"sortOrder\": \"Ascending\",\n \"pageIndex\": 0,\n \"pageSize\": 100\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "4544036d-478d-4e22-905e-1c6970ac7aab", "name": "Get alerts count", "request": { "name": "Get alerts count", "description": { "content": "Retrieve the total count of alerts matching the specified filter criteria.", "type": "text/plain" }, "url": { "path": [ "mtp", "alertsApiService", "alerts", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d240d135-f6ea-443c-a1dd-8b480c84c2c1", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "028b1478-8250-468a-87b9-59107cbc35ba", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "09fd5e7c-7b67-42b3-9abb-46c3589ce821", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba5506fc-97d9-4c1d-8599-b5ce0d9b8ee0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "alerts", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "workloads", "description": "", "item": [ { "name": "disabled", "description": "", "item": [ { "id": "93550e90-5f07-4af4-a122-a2afd889416b", "name": "Get disabled alert service settings", "request": { "name": "Get disabled alert service settings", "description": { "content": "Retrieve the list of disabled alert service workloads, showing which alert sources have been disabled in the tenant configuration.", "type": "text/plain" }, "url": { "path": [ "mtp", "alertsApiService", "workloads", "disabled" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to include detailed workload information.", "type": "text/plain" }, "key": "includeDetails", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d060699f-0863-423b-ad63-c6ba9b711ec0", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "workloads", "disabled" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to include detailed workload information.", "type": "text/plain" }, "key": "includeDetails", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "21c74ff2-3a00-4c77-b3db-62aaf26dcb1b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "workloads", "disabled" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to include detailed workload information.", "type": "text/plain" }, "key": "includeDetails", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ff86876-8ead-44ce-b731-999d23198898", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "workloads", "disabled" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to include detailed workload information.", "type": "text/plain" }, "key": "includeDetails", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1491a1be-8dcd-4378-a003-8cd2b10047e4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "alertsApiService", "workloads", "disabled" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to include detailed workload information.", "type": "text/plain" }, "key": "includeDetails", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "incidentQueue", "description": "", "item": [ { "name": "incidents", "description": "", "item": [ { "name": "{IncidentId}", "description": "", "item": [ { "id": "b820c2b3-2734-4737-b8b2-0b50714f3dae", "name": "Get incident", "request": { "name": "Get incident", "description": { "content": "Retrieve details of a specific incident by its incident ID.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentQueue", "incidents", ":IncidentId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "IncidentId", "disabled": false, "description": { "content": "(Required) The unique identifier of the incident.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "dbae3039-18af-4704-94a1-9c472b85da8f", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", ":IncidentId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the incident.", "type": "text/plain" }, "type": "any", "value": "string", "key": "IncidentId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"incidentId\": \"string\",\n \"incidentName\": \"string\",\n \"severity\": \"Informational\",\n \"status\": \"string\",\n \"assignedTo\": \"string\",\n \"classification\": \"string\",\n \"determination\": \"string\",\n \"alertCount\": 8309,\n \"createdTime\": \"1960-08-17T15:07:35.044Z\",\n \"lastUpdatedTime\": \"2007-06-03T04:38:08.828Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "08749c04-1367-4edc-94aa-283b2110cc5f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", ":IncidentId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the incident.", "type": "text/plain" }, "type": "any", "value": "string", "key": "IncidentId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c691543a-a108-4804-9611-9f9011d45ca3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", ":IncidentId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the incident.", "type": "text/plain" }, "type": "any", "value": "string", "key": "IncidentId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "042de615-3096-4ed6-b7a0-5319784f72fb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", ":IncidentId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the incident.", "type": "text/plain" }, "type": "any", "value": "string", "key": "IncidentId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "alerts", "description": "", "item": [ { "id": "f0547b1c-1cc1-4a27-a146-66595376558c", "name": "Get incident associated alerts", "request": { "name": "Get incident associated alerts", "description": { "content": "Retrieve all alerts associated with a specific incident.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentQueue", "incidents", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The incident ID to retrieve associated alerts for.", "type": "text/plain" }, "key": "incidentId", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "60606656-557f-42b4-8031-cbf4678e0df4", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The incident ID to retrieve associated alerts for.", "type": "text/plain" }, "key": "incidentId", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"alertId\": \"string\",\n \"incidentId\": \"string\",\n \"title\": \"string\",\n \"severity\": \"Medium\",\n \"status\": \"InProgress\",\n \"category\": \"string\",\n \"serviceSource\": \"string\",\n \"detectionSource\": \"string\",\n \"alertCreationTime\": \"1963-05-25T15:18:09.678Z\",\n \"lastUpdatedTime\": \"1988-03-04T06:43:39.472Z\"\n },\n {\n \"alertId\": \"string\",\n \"incidentId\": \"string\",\n \"title\": \"string\",\n \"severity\": \"Medium\",\n \"status\": \"New\",\n \"category\": \"string\",\n \"serviceSource\": \"string\",\n \"detectionSource\": \"string\",\n \"alertCreationTime\": \"2012-10-11T20:15:17.154Z\",\n \"lastUpdatedTime\": \"1962-09-10T13:04:20.001Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b995d8ee-2ec1-465a-b257-ee6ff6c9f4b8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The incident ID to retrieve associated alerts for.", "type": "text/plain" }, "key": "incidentId", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "40f9b69a-959a-43e9-9a63-39c60a7aeec5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The incident ID to retrieve associated alerts for.", "type": "text/plain" }, "key": "incidentId", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d2c52438-9862-47e8-b4b2-da9acdd89c42", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "alerts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The incident ID to retrieve associated alerts for.", "type": "text/plain" }, "key": "incidentId", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "update", "description": "", "item": [ { "id": "36147507-1224-41a6-99b3-0c5f66093c15", "name": "Move alert to incident", "request": { "name": "Move alert to incident", "description": { "content": "Move one or more alerts to a different incident. This operation updates the incident association for the specified alerts.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentQueue", "incidents", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"incidentId\": \"string\",\n \"alertIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b33bf82b-d673-46f6-9b8e-da97a052fa2a", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"incidentId\": \"string\",\n \"alertIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5b4f0beb-431a-423e-b43a-92ee1c822433", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"incidentId\": \"string\",\n \"alertIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bea64741-0172-4fd6-9208-2a013af91493", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"incidentId\": \"string\",\n \"alertIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ee8ecdc4-70dd-4b05-85a4-1049e14f3f4e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"incidentId\": \"string\",\n \"alertIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "merge", "description": "", "item": [ { "id": "9798e890-5b9f-429c-9d51-0f800d025edc", "name": "Merge incidents", "request": { "name": "Merge incidents", "description": { "content": "Merge multiple incidents into a single incident. All alerts from the source incidents are moved to the target incident.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentQueue", "incidents", "merge" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"targetIncidentId\": \"string\",\n \"sourceIncidentIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "8c7edfd1-225b-46d5-89b8-270c6d62771b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "merge" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"targetIncidentId\": \"string\",\n \"sourceIncidentIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9fd7b7f0-74d3-485d-9af9-597d92a80c5f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "merge" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"targetIncidentId\": \"string\",\n \"sourceIncidentIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c83c592-e319-4f92-9732-7a8855c98622", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "merge" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"targetIncidentId\": \"string\",\n \"sourceIncidentIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3281c040-8c2d-487e-a64e-dd970d498fde", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "merge" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"targetIncidentId\": \"string\",\n \"sourceIncidentIds\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "count", "description": "", "item": [ { "id": "b5b55a86-c5f9-4c08-843e-7dea6a9ff95f", "name": "Get incidents count", "request": { "name": "Get incidents count", "description": { "content": "Retrieve the total count of incidents matching the specified filter criteria.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentQueue", "incidents", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0e983150-7725-443a-9459-3903f90852e3", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d749ef28-b5f2-4801-9f46-de39cc10b9be", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4de1fb5d-861e-4e2f-8367-20b00f2b9960", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4fec4c44-e0ea-449e-9cf0-a69ba75d749e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentQueue", "incidents", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "suppressionRulesService", "description": "", "item": [ { "name": "RulesCount", "description": "", "item": [ { "id": "e03a4b64-62d3-46c4-93a9-684ad97b7b55", "name": "Get alert suppression rules count", "request": { "name": "Get alert suppression rules count", "description": { "content": "Retrieve the total count of alert suppression rules configured in the tenant.", "type": "text/plain" }, "url": { "path": [ "mtp", "suppressionRulesService", "RulesCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "53da17de-1c94-47be-9f3f-52f79f9234b9", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "RulesCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "95d27a11-85ac-4108-ac5a-200cea86ffdb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "RulesCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "587b0eeb-d1d9-4ed1-9b48-c343e15ec44a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "RulesCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8083b117-cf9e-403c-87fd-99dd04452d94", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "RulesCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "suppressionRules", "description": "", "item": [ { "id": "fcac1fc9-7812-48fb-9d40-a1717db633f8", "name": "List suppression rules", "request": { "name": "List suppression rules", "description": { "content": "Retrieve all alert suppression (tuning) rules configured in the tenant. Suppression rules automatically suppress alerts matching specified conditions.", "type": "text/plain" }, "url": { "path": [ "mtp", "suppressionRulesService", "suppressionRules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "074b2b9f-de34-4aaa-b095-7febd5df6e5b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "suppressionRules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"isEnabled\": false,\n \"conditions\": {},\n \"createdBy\": \"string\",\n \"createdDateTime\": \"1998-05-06T14:08:32.983Z\",\n \"expirationDateTime\": \"1982-04-05T07:13:07.442Z\"\n },\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"isEnabled\": false,\n \"conditions\": {},\n \"createdBy\": \"string\",\n \"createdDateTime\": \"1983-12-25T06:09:41.539Z\",\n \"expirationDateTime\": \"1984-03-25T23:37:56.893Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "68dc2d61-39e4-4834-963a-6a795f1df6ea", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "suppressionRules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9193f76-b298-48bb-981c-a661733e692f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "suppressionRules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e6900f9-8f73-4226-a7a3-434afa6209f0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "suppressionRulesService", "suppressionRules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "incidentDashboard", "description": "", "item": [ { "name": "Dashboard", "description": "", "item": [ { "name": "ActiveIncidentsSummary", "description": "", "item": [ { "id": "7c1c9dfc-6790-4d02-934d-c319503437dd", "name": "Get active incidents summary", "request": { "name": "Get active incidents summary", "description": { "content": "Retrieve a summary of active incidents for the incident dashboard, including counts by severity and status.", "type": "text/plain" }, "url": { "path": [ "mtp", "incidentDashboard", "Dashboard", "ActiveIncidentsSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4a259dde-5b3c-4b0d-b163-46839e732d2c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "incidentDashboard", "Dashboard", "ActiveIncidentsSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eb5ab923-461e-4b5f-8296-2c210d951a8f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "incidentDashboard", "Dashboard", "ActiveIncidentsSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6665db2e-c5dc-4953-b7d2-e75c6d0b1823", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "incidentDashboard", "Dashboard", "ActiveIncidentsSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fb421f9e-a518-4cd7-be94-199d53dfec3b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "incidentDashboard", "Dashboard", "ActiveIncidentsSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "huntingService", "description": "", "item": [ { "name": "schema", "description": "", "item": [ { "id": "068939fd-4c3f-435f-a2f0-ef9dbc836564", "name": "Get advanced hunting table schema", "request": { "name": "Get advanced hunting table schema", "description": { "content": "Retrieve the schema for all advanced hunting tables, including column names, types, and descriptions. Used to power the schema browser in the hunting interface.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d8bb4639-ddf6-494e-bf43-432bc9567548", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"name\": \"DeviceEvents\",\n \"columns\": [\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"description\": \"string\"\n },\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"description\": \"string\"\n }\n ]\n },\n {\n \"name\": \"DeviceEvents\",\n \"columns\": [\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"description\": \"string\"\n },\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"description\": \"string\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "43be43ec-4187-4d7c-9556-af7db668ecf0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1918a37c-45e2-4149-9ccb-5df28de9c9fd", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "624a697b-24b1-42b5-8eb0-bb1e2e2cc028", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "functions", "description": "", "item": [ { "id": "706d5e9c-8839-4ad5-a13a-1e73b24e64cd", "name": "Get hunting schema functions", "request": { "name": "Get hunting schema functions", "description": { "content": "Retrieve the list of available functions in the advanced hunting schema.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "schema", "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ed0582b6-8360-426d-8ab2-a8af72669085", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema", "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "930e439a-1107-4773-a402-f405e515c710", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema", "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3fb44ee-7864-4ea6-b563-eaf118a9ab0b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema", "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4dfc39d5-e68e-4fe2-9f41-034bdc10f4c5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "schema", "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "savedFunctions", "description": "", "item": [ { "id": "ace0e702-b6ed-4b31-a09a-dde3173b77a9", "name": "List saved functions", "request": { "name": "List saved functions", "description": { "content": "Retrieve a list of all saved advanced hunting functions (custom functions) available to the user.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "savedFunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0afb7f15-df79-47fd-ab1f-21bc7d0c3868", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedFunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\",\n \"createdBy\": \"string\",\n \"lastModifiedDateTime\": \"1959-02-05T21:38:35.672Z\"\n },\n {\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\",\n \"createdBy\": \"string\",\n \"lastModifiedDateTime\": \"1984-11-04T16:45:29.502Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2de00c35-887f-436c-9226-0df399814e5a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedFunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "87fb1d97-58bc-4c08-8e31-fc1fa797988c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedFunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c950f740-bdc0-44ac-8e53-69c666eedda9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedFunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "functions", "description": "", "item": [ { "name": "defender", "description": "", "item": [ { "name": "savedfunctions", "description": "", "item": [ { "name": "{Id}", "description": "", "item": [ { "id": "a56560a8-3d96-4a11-8a96-12757c754f54", "name": "Get saved function", "request": { "name": "Get saved function", "description": { "content": "Retrieve a specific saved advanced hunting function by its unique identifier.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "functions", "defender", "savedfunctions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "Id", "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f8bde2b0-4185-416d-a84d-97da6c39bbcc", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "savedfunctions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\",\n \"createdBy\": \"string\",\n \"lastModifiedDateTime\": \"2011-06-16T13:05:38.884Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "51cc70fb-98c3-4a2a-9721-bcb6458b0a84", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "savedfunctions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "70a075ee-e536-4c86-9b7a-085193406d3b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "savedfunctions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "be5571a3-9406-4770-a52a-eff6b18919e0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "savedfunctions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "updateFunction", "description": "", "item": [ { "id": "a4052d51-52bd-40c6-9dc1-7b56d1559308", "name": "Update saved function", "request": { "name": "Update saved function", "description": { "content": "Update an existing saved advanced hunting function.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "functions", "defender", "updateFunction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "da7e6498-41b4-4df3-8ecb-0905279752a5", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "updateFunction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ca9be327-cadc-4a20-b83b-f8fcd087462f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "updateFunction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a56b7eb3-abf6-4583-b632-eca3aba4d05f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "updateFunction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dad4f71b-774d-4f8b-8f31-39395b09c309", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", "defender", "updateFunction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "{Id}", "description": "", "item": [ { "id": "ee378d7b-3d2b-4a7a-ac01-abb5f8c52e92", "name": "Delete saved function", "request": { "name": "Delete saved function", "description": { "content": "Delete a saved advanced hunting function by its unique identifier.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "functions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "Id", "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function to delete.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "cc17f0eb-7635-4659-a2f7-274cd238832f", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a09cc068-8640-4da3-bb67-b4871c8a68a1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "623bded0-4cf8-4a7f-a93d-d1bd5aec1f6e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9b9198d9-9b00-440e-b55d-b44c2e532c4c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "functions", ":Id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved function to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "Id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "rules", "description": "", "item": [ { "name": "unified", "description": "", "item": [ { "id": "fd56affc-293a-44f9-993d-13762be7b114", "name": "List unified custom detection rules", "request": { "name": "List unified custom detection rules", "description": { "content": "Retrieve a list of all unified custom detection rules configured in the tenant. Supports pagination and sorting.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "rules", "unified" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Current page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "10000" }, { "disabled": false, "description": { "content": "Sort direction for results. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Whether to return the unified rules list.", "type": "text/plain" }, "key": "isUnifiedRulesListEnabled", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0dc25d11-4506-4c9a-b6e2-d535bda48d6b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "rules", "unified" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Current page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "10000" }, { "disabled": false, "description": { "content": "Sort direction for results. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Whether to return the unified rules list.", "type": "text/plain" }, "key": "isUnifiedRulesListEnabled", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"rules\": [\n {\n \"id\": \"string\",\n \"ruleName\": \"string\",\n \"severity\": \"Medium\",\n \"isEnabled\": false,\n \"query\": \"string\",\n \"frequency\": \"string\",\n \"lastRunTime\": \"2017-06-05T12:24:56.970Z\",\n \"createdBy\": \"string\"\n },\n {\n \"id\": \"string\",\n \"ruleName\": \"string\",\n \"severity\": \"Medium\",\n \"isEnabled\": false,\n \"query\": \"string\",\n \"frequency\": \"string\",\n \"lastRunTime\": \"1962-03-07T03:53:06.379Z\",\n \"createdBy\": \"string\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b06fb9c9-2f8d-45b8-8d09-4c3a68f81844", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "rules", "unified" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Current page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "10000" }, { "disabled": false, "description": { "content": "Sort direction for results. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Whether to return the unified rules list.", "type": "text/plain" }, "key": "isUnifiedRulesListEnabled", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01660693-4a69-4988-9018-d6bc24e9a8f7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "rules", "unified" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Current page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "10000" }, { "disabled": false, "description": { "content": "Sort direction for results. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Whether to return the unified rules list.", "type": "text/plain" }, "key": "isUnifiedRulesListEnabled", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b60bb24a-298c-4a25-ad0d-82e0ca4b8ce8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "rules", "unified" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Current page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "10000" }, { "disabled": false, "description": { "content": "Sort direction for results. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Whether to return the unified rules list.", "type": "text/plain" }, "key": "isUnifiedRulesListEnabled", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "reports", "description": "", "item": [ { "name": "userHistory", "description": "", "item": [ { "id": "3078ae72-2ff2-4660-8151-284fde8793b5", "name": "Get user hunting query history", "request": { "name": "Get user hunting query history", "description": { "content": "Retrieve the advanced hunting query execution history for the current user.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7ee42bce-b334-4fb4-b978-4b60245c958b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"query\": \"string\",\n \"timestamp\": \"2009-10-29T17:47:10.093Z\"\n },\n {\n \"query\": \"string\",\n \"timestamp\": \"1950-11-08T12:24:03.324Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f96b462f-c47e-45d9-9327-5bb6ae538257", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "03de9b35-e1e0-43b0-ac4c-d21eb1683fd1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39bb48df-28ef-47ad-bab0-6edabf62dbcb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4608b6ee-9716-4761-8286-d7cbaf757ef8", "name": "Get user hunting history report", "request": { "name": "Get user hunting history report", "description": { "content": "Retrieve the user hunting history report with detailed execution data.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fa93776f-8f4a-4535-8382-5a120e89b45b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c112f12-2edd-472b-8ae5-9a7c6c1d2117", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1a64c60-2f5e-4aff-a4a7-6ce021af0838", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7a112928-2abd-4767-82bb-37e957627b91", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "reports", "userHistory" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "queries", "description": "", "item": [ { "name": "encode", "description": "", "item": [ { "id": "dbfc0a50-b307-4950-ab73-8f4942c63b6d", "name": "Encode hunting query", "request": { "name": "Encode hunting query", "description": { "content": "Encode an advanced hunting KQL query string for use in deep links and URL-safe sharing.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "queries", "encode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The KQL query text to encode.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8f2d1c4d-8a36-449c-9361-f77cb6deec74", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "encode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The KQL query text to encode.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"encodedQuery\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98b5c5fd-7fcf-4b78-8088-b21fb9ed9502", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "encode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The KQL query text to encode.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "deddd124-f2b4-4269-a18c-c4f6b9db120c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "encode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The KQL query text to encode.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52a1b79e-4c84-44ae-9669-67b6790d42e1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "encode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The KQL query text to encode.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "id": "1bae309c-7143-40c8-9999-940b97c7d3ac", "name": "List hunting queries", "request": { "name": "List hunting queries", "description": { "content": "Retrieve a list of saved advanced hunting queries available to the user.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "105c988b-a50b-4b3a-8d7b-974f63fd6c08", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dbb4bf7b-4ff9-442c-8bb8-296efb773b2c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ea463ca-cf28-486f-beae-952a98d844c4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41116ccc-f7b3-45b4-b79b-3b964f72dc4b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "defender", "description": "", "item": [ { "name": "savedqueries", "description": "", "item": [ { "name": "{id}", "description": "", "item": [ { "id": "5ab5b517-68f8-4c20-b30b-1301a8268fef", "name": "Get saved query by ID", "request": { "name": "Get saved query by ID", "description": { "content": "Retrieve a specific saved advanced hunting query by its unique identifier.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "queries", "defender", "savedqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "id", "disabled": false, "description": { "content": "(Required) The unique identifier of the saved query.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "bcd510f8-78ad-4374-b338-d883e0eeea18", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "savedqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a727b92a-669f-49c9-aa2c-fdf36fa2d62f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "savedqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "033f62da-d65a-425d-814e-accab6c27861", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "savedqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f8ddd4fd-867d-4039-8f93-f0c51602349d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "savedqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the saved query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "communityqueries", "description": "", "item": [ { "name": "{id}", "description": "", "item": [ { "id": "7b2daa06-e21d-4cd9-a821-bfcde467573d", "name": "Get community query by ID", "request": { "name": "Get community query by ID", "description": { "content": "Retrieve a specific community-contributed hunting query by its unique identifier.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "queries", "defender", "communityqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "id", "disabled": false, "description": { "content": "(Required) The unique identifier of the community query.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "29fad323-037e-4d89-a053-2d3c9b0d0e93", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "communityqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the community query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52a4569e-e536-4ed5-a172-af7421870800", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "communityqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the community query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47bf2855-5f38-4964-bfe8-6684b0f4c11e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "communityqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the community query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "422aa624-44dd-4a19-a4ca-5dffe39789a8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "queries", "defender", "communityqueries", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the community query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "savedfunctions", "description": "", "item": [ { "id": "8f337afd-573d-4967-8481-cd56b55c3ba4", "name": "Create saved function", "request": { "name": "Create saved function", "description": { "content": "Create a new saved advanced hunting function (custom function).", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "savedfunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7eb703f7-9850-483c-bead-da5d482e636a", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedfunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\",\n \"createdBy\": \"string\",\n \"lastModifiedDateTime\": \"2011-06-16T13:05:38.884Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "40324193-93af-4177-ba80-14c0b20a2030", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedfunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e3a5b3ab-7df0-4d0b-8617-3dbd00535695", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedfunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c353677a-8a4f-4b8d-bb57-f77b1c9920b1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "savedfunctions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"displayName\": \"string\",\n \"body\": \"string\",\n \"description\": \"string\",\n \"inputParameters\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "documentation", "description": "", "item": [ { "name": "GuidedHuntingGettingStarted", "description": "", "item": [ { "id": "26372b8d-47b2-401a-b1ad-266eab24e90e", "name": "Get guided hunting getting started docs", "request": { "name": "Get guided hunting getting started docs", "description": { "content": "Retrieve the guided hunting getting started documentation content.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "documentation", "GuidedHuntingGettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "02122d0b-6283-4450-a437-efe2452a3503", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GuidedHuntingGettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6db31638-0cce-49f1-8c5d-c0990740c5e1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GuidedHuntingGettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e787284d-168a-49af-b88c-96bcabab99c0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GuidedHuntingGettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "31af5c02-52fb-498a-a1fb-d8724b8d68af", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GuidedHuntingGettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GettingStarted", "description": "", "item": [ { "id": "3ce240f6-a387-4eb3-b5c9-d786b7788836", "name": "Get getting started docs", "request": { "name": "Get getting started docs", "description": { "content": "Retrieve the advanced hunting getting started documentation content.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "documentation", "GettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1e8a5109-b47b-41d3-93e2-ca9e93be873c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b23739ec-3ac8-428d-8b2c-0c247a8124cd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "863393b7-b36a-436a-9855-1d64375ea4ec", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64d596c6-2728-4b38-a408-aee8bf76110d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "documentation", "GettingStarted" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "favorites", "description": "", "item": [ { "id": "915ba5ce-dda3-4d13-bc84-953396daedc6", "name": "Get hunting favorites", "request": { "name": "Get hunting favorites", "description": { "content": "Retrieve the list of favorited advanced hunting queries for the current user.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "favorites" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "005a67a1-90a7-4b4d-b84a-68472c16d659", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "favorites" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da32a141-0fc2-4b44-bc6e-84e5f8a4898d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "favorites" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "449ed3f7-1bb9-4841-a954-2093b7c7a76d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "favorites" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fcfcd434-308e-4846-ae3d-d4814fd0c94e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "favorites" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "communityQueries", "description": "", "item": [ { "id": "c0d05be3-4779-4580-baea-c03e79c67efb", "name": "Get community queries", "request": { "name": "Get community queries", "description": { "content": "Retrieve a list of community-contributed advanced hunting queries.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "communityQueries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "22fd9357-90a5-483b-915f-a5a8ef79f003", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "communityQueries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "75d7cdbf-d761-4f44-b755-cb05efb8d5c6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "communityQueries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0073942d-1541-4df9-bdd7-15bd4fc9897b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "communityQueries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b75bcb0-2472-486b-b73c-c5e7a065e4c0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "communityQueries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "guidedQueries", "description": "", "item": [ { "name": "filterSchema", "description": "", "item": [ { "id": "d1803ba6-dc0c-4980-9bbc-da1db2fb4ded", "name": "Get guided queries filter schema", "request": { "name": "Get guided queries filter schema", "description": { "content": "Retrieve the filter schema for guided hunting queries, including available filter fields and value types.", "type": "text/plain" }, "url": { "path": [ "mtp", "huntingService", "guidedQueries", "filterSchema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "56ca4399-f97f-4cc7-a77e-9f0ee507e885", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "guidedQueries", "filterSchema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9822c6d9-6892-432c-8eea-3e3e2ddeb659", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "guidedQueries", "filterSchema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0575ec33-1b2b-4328-a3a5-757bb7670012", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "guidedQueries", "filterSchema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9b9caf12-fec7-4edf-9237-e64b3ccad752", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "huntingService", "guidedQueries", "filterSchema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "userPreferences", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "mgmt", "description": "", "item": [ { "name": "userpreferencesservice", "description": "", "item": [ { "name": "userPreference", "description": "", "item": [ { "name": "advanced_hunting", "description": "", "item": [ { "id": "1ac871c8-f307-4f8e-85b5-de9b714e8f22", "name": "Get advanced hunting user preferences", "request": { "name": "Get advanced hunting user preferences", "description": { "content": "Retrieve the current user's preferences for the advanced hunting experience.", "type": "text/plain" }, "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "advanced_hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1acd3cb5-c071-4857-902a-df89fea7d3c3", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "advanced_hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b3ffadaa-eb50-4b3f-9160-a3e574d19922", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "advanced_hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13a30c55-075b-49dd-9d5c-96cfc3285cc3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "advanced_hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e12dd8f-25a2-4d1a-b9c3-af0efc2b51ac", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "advanced_hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "id": "50c226f3-ae8b-4e4a-a574-cc48873f8b93", "name": "Get user preferences", "request": { "name": "Get user preferences", "description": { "content": "Retrieve the current user's preferences for the Defender XDR portal.", "type": "text/plain" }, "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e8915751-1f07-4b24-8e6b-58bc843846ec", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"advanced_hunting\": \"{\\\"tabs\\\":{\\\"queryTabs\\\":[{\\\"modifiedQueryText\\\":\\\"...\\\"}]}}\",\n \"advanced_hunting_mto\": \"{\\\"tabs\\\":{\\\"queryTabs\\\":[]}}\",\n \"defender_boxed\": \"{\\\"dismissedCards\\\":[]}\",\n \"user_preferences\": \"{\\\"theme\\\":\\\"default\\\"}\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7ac2550b-9fc6-4d86-a2a8-56ff338e0938", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e480cdeb-c257-4e0d-84a6-a84ba9dddbc0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4634f9d9-d253-4932-9524-4002eed7eac2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a6b2fcbb-0df9-466e-b3a9-1e7a69fcd166", "name": "Update user preference", "request": { "name": "Update user preference", "description": { "content": "Update a specific user preference setting in the Defender XDR portal.", "type": "text/plain" }, "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fee7366b-a8e1-47a2-9233-3c9a87cb8ce5", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e10d4524-b46b-4c2e-b9f4-4cf025522461", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d9c14ef0-f52d-4c5f-8b66-5bf629f6c8b7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "414d9ef3-4127-440c-b264-8650ee1ba7b3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "alwaysUseUtc", "description": "", "item": [ { "id": "b692fd82-e5d8-4655-a2ae-0b17bc22d1d2", "name": "Get UTC preference", "request": { "name": "Get UTC preference", "description": { "content": "Retrieve the user's preference for always displaying times in UTC.", "type": "text/plain" }, "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "alwaysUseUtc" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "13fe4a68-0719-4685-bb28-a8e02c1598f2", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "alwaysUseUtc" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "88507fc3-e13a-47d1-a037-8315408c4d0b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "alwaysUseUtc" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "962c4cdf-ad18-4afb-824d-e1951e46be16", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "alwaysUseUtc" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a509bd42-dadb-4caf-8e67-4bcc861217b6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "userPreferences", "api", "mgmt", "userpreferencesservice", "userPreference", "alwaysUseUtc" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] } ] }, { "name": "userExposedRbacGroups", "description": "", "item": [ { "name": "UserExposedRbacGroups", "description": "", "item": [ { "id": "4ea1b94f-92da-4d89-a3d1-13daf4ea7ac5", "name": "Get user RBAC groups", "request": { "name": "Get user RBAC groups", "description": { "content": "Retrieve the RBAC groups exposed to the current user, used to scope advanced hunting queries and results.", "type": "text/plain" }, "url": { "path": [ "mtp", "userExposedRbacGroups", "UserExposedRbacGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "179da579-4950-4aea-8050-5c6d7e3e87cd", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "userExposedRbacGroups", "UserExposedRbacGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9bb8b1c-7d15-4162-9a43-14346c4df429", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "userExposedRbacGroups", "UserExposedRbacGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "255ece07-4f69-448b-b18a-419ecb74225c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "userExposedRbacGroups", "UserExposedRbacGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22899e69-2302-41c8-a286-bd431ffcf5b8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "userExposedRbacGroups", "UserExposedRbacGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "ndr", "description": "", "item": [ { "name": "machines", "description": "", "item": [ { "id": "b483737b-58c2-4c4a-a945-e8be8fc045a4", "name": "List endpoint devices", "request": { "name": "List endpoint devices", "description": { "content": "Retrieve a paginated list of endpoint devices from the device inventory. Supports filtering by low-fidelity devices and configurable lookback period.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices from results.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" }, { "disabled": false, "description": { "content": "Page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of devices per page.", "type": "text/plain" }, "key": "pageSize", "value": "25" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "riskscore" }, { "disabled": false, "description": { "content": "Sort direction. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Filter devices by name prefix.", "type": "text/plain" }, "key": "machineSearchPrefix", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "390360f4-3d19-4ffc-8082-1945cdf1a032", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices from results.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" }, { "disabled": false, "description": { "content": "Page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of devices per page.", "type": "text/plain" }, "key": "pageSize", "value": "25" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "riskscore" }, { "disabled": false, "description": { "content": "Sort direction. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Filter devices by name prefix.", "type": "text/plain" }, "key": "machineSearchPrefix", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"machines\": [\n {\n \"machineId\": \"string\",\n \"computerDnsName\": \"string\",\n \"osPlatform\": \"string\",\n \"osVersion\": \"string\",\n \"healthStatus\": \"string\",\n \"riskScore\": \"string\",\n \"exposureLevel\": \"string\",\n \"lastSeen\": \"1973-07-03T21:39:18.911Z\",\n \"tags\": [\n \"string\",\n \"string\"\n ]\n },\n {\n \"machineId\": \"string\",\n \"computerDnsName\": \"string\",\n \"osPlatform\": \"string\",\n \"osVersion\": \"string\",\n \"healthStatus\": \"string\",\n \"riskScore\": \"string\",\n \"exposureLevel\": \"string\",\n \"lastSeen\": \"1991-02-08T23:37:07.479Z\",\n \"tags\": [\n \"string\",\n \"string\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45d5c936-4942-4e5e-885b-fe3df39c595d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices from results.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" }, { "disabled": false, "description": { "content": "Page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of devices per page.", "type": "text/plain" }, "key": "pageSize", "value": "25" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "riskscore" }, { "disabled": false, "description": { "content": "Sort direction. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Filter devices by name prefix.", "type": "text/plain" }, "key": "machineSearchPrefix", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ce82a7fb-1bd4-415d-8d26-f82d44ad4df6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices from results.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" }, { "disabled": false, "description": { "content": "Page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of devices per page.", "type": "text/plain" }, "key": "pageSize", "value": "25" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "riskscore" }, { "disabled": false, "description": { "content": "Sort direction. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Filter devices by name prefix.", "type": "text/plain" }, "key": "machineSearchPrefix", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "90fbf68d-b371-4066-9e32-d17977d9d298", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices from results.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" }, { "disabled": false, "description": { "content": "Page number (1-based).", "type": "text/plain" }, "key": "pageIndex", "value": "1" }, { "disabled": false, "description": { "content": "Number of devices per page.", "type": "text/plain" }, "key": "pageSize", "value": "25" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "riskscore" }, { "disabled": false, "description": { "content": "Sort direction. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" }, { "disabled": false, "description": { "content": "Filter devices by name prefix.", "type": "text/plain" }, "key": "machineSearchPrefix", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "devicesWithoutSiteTotals", "description": "", "item": [ { "id": "257b8ceb-92da-4238-919e-e18d372d61f5", "name": "Get device counts without site totals", "request": { "name": "Get device counts without site totals", "description": { "content": "Retrieve device counts excluding site-level aggregation totals.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "devicesWithoutSiteTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "099e2577-e5ba-4eae-b8b9-f2ce25bb4337", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "devicesWithoutSiteTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1fec41d6-c8a7-499e-8e1c-2f639484cb00", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "devicesWithoutSiteTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a22d296-145f-40d5-bdf9-d84ae5165b99", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "devicesWithoutSiteTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "643498ff-819c-407d-b571-accab948cb90", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "devicesWithoutSiteTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allMachinesTags", "description": "", "item": [ { "id": "90467217-ba8a-4ca9-98ba-97065992118d", "name": "Get all machine tags", "request": { "name": "Get all machine tags", "description": { "content": "Retrieve a list of all unique tags assigned to machines in the device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allMachinesTags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "60042d80-10e0-423e-9efd-d03b5cf94c3e", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allMachinesTags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e13db975-c82c-4be8-9130-1307e92a1a34", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allMachinesTags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "84a6e303-656e-44dd-bcf1-d86381e83577", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allMachinesTags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "82bb9cb4-61db-46d6-8e4a-92094fe3b9c4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allMachinesTags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allFirmwareVersions", "description": "", "item": [ { "id": "acffad3c-38f7-49c1-b451-736b14454c05", "name": "Get all firmware versions", "request": { "name": "Get all firmware versions", "description": { "content": "Retrieve a list of all unique firmware versions across devices in the inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allFirmwareVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c8bb5cca-94e7-4d7d-aeec-8c64bb6b461e", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allFirmwareVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b749dbf-8a91-4e8a-b4df-34f093bb6e83", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allFirmwareVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b72b924-1278-40a4-966c-5f572df61bc9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allFirmwareVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "75021a3c-810f-4013-9e4f-d539bc3fe038", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allFirmwareVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allVendors", "description": "", "item": [ { "id": "f8b1c0c3-6119-4ed7-9496-772f70c651b1", "name": "Get all vendors", "request": { "name": "Get all vendors", "description": { "content": "Retrieve a list of all unique device vendors across the device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9887c409-0792-489a-9271-8895a89e48ac", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "abb85f27-09a8-4aaa-8e3b-feb636adb7d2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "528c01db-3ffc-4fdd-8283-d90dc37abc91", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "386a0c5a-ba1f-4fe3-8e0a-e5aa697341fe", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allModels", "description": "", "item": [ { "id": "d8ec7472-43e9-4548-b986-285637639815", "name": "Get all device models", "request": { "name": "Get all device models", "description": { "content": "Retrieve a list of all unique device models across the device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "63c68f00-ac01-4044-84ae-f698d2db1223", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e2dec5ea-185d-4aa3-ab37-7ed41a8de2ab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a54ad05e-b0ba-4201-9dca-46530af624fb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "09f282ff-0fea-4aa0-8a8f-dedd5a6fb963", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allOsVersionFriendlyNames", "description": "", "item": [ { "id": "02251638-c75b-42af-bffd-b34bab9072db", "name": "Get all OS version friendly names", "request": { "name": "Get all OS version friendly names", "description": { "content": "Retrieve a list of all unique OS version friendly names across the device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allOsVersionFriendlyNames" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "91c5869a-b359-465e-85c6-d3ad9fedefa1", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allOsVersionFriendlyNames" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1d5f7cf-3af6-4c87-b20d-51ddcfbcb56c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allOsVersionFriendlyNames" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4cfe8ddb-3be1-4773-b9ea-40e73f7c092b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allOsVersionFriendlyNames" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3efc5493-d7d1-43a4-9644-886ab7f4d450", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allOsVersionFriendlyNames" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "allWindowsReleaseVersions", "description": "", "item": [ { "id": "7ce28acb-374a-402f-8716-c1e902b23bb6", "name": "Get all Windows release versions", "request": { "name": "Get all Windows release versions", "description": { "content": "Retrieve a list of all unique Windows release versions across the device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "allWindowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3c699b89-6d87-4b11-9866-9eb72993c423", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allWindowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e03b9b06-5ec8-4ab8-a8db-b429770c4872", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allWindowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8e396f32-720c-4419-b42b-2c9fd85d6fd1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allWindowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "82ba856d-596c-4f51-8124-a26997ad2d75", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "allWindowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceTotals", "description": "", "item": [ { "id": "fc60db35-1160-4721-8ace-42b6babd3741", "name": "Get device totals", "request": { "name": "Get device totals", "description": { "content": "Retrieve the total device counts aggregated by various dimensions such as OS, health status, and risk level.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f8c5ae89-b274-4696-a6fb-0814279895fc", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e3edc5c8-fbb8-4240-881b-f99b2f0a234c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "627fa13f-d4dc-420c-a6aa-7ec676eec4e7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5799b5f-9f0e-41da-9859-a07d4436a72b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Exclude low-fidelity (unmanaged) devices.", "type": "text/plain" }, "key": "hideLowFidelityDevices", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back for device activity.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "30" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceTypeDistribution", "description": "", "item": [ { "id": "fdc8484a-20d7-4fde-990c-801aae72e819", "name": "Get NDR device type distribution", "request": { "name": "Get NDR device type distribution", "description": { "content": "Retrieve the distribution of device types across the organization. Discovered on Cloud Apps Dashboard page.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "machines", "deviceTypeDistribution" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "dc504d25-1336-4454-bf07-c01196be4798", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTypeDistribution" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b5fd4525-a62f-4cda-b019-886185ee0f01", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTypeDistribution" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "055ea86d-c904-40c3-b678-27b20c410a54", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTypeDistribution" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e5ca2878-4d60-46fa-943f-b85922e1f507", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "machines", "deviceTypeDistribution" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "rulesengine", "description": "", "item": [ { "name": "rules", "description": "", "item": [ { "id": "2a664c02-74ab-4ea0-8941-6cc1f8ee3f63", "name": "Get asset rule management rules", "request": { "name": "Get asset rule management rules", "description": { "content": "Retrieve the device asset rule management rules used for automatic device tagging and classification.", "type": "text/plain" }, "url": { "path": [ "mtp", "ndr", "rulesengine", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "de2362c1-ed58-48de-a373-69e9b6cc1020", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "ndr", "rulesengine", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "908eed12-abb7-4423-ba5a-d0bd7d33d5a0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "rulesengine", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e5f7535d-b453-4d9b-8b55-a2d9f30ffc89", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "rulesengine", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2e77786a-1a97-4702-bc8f-bed079cbe07f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "ndr", "rulesengine", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "getMachine", "description": "", "item": [ { "name": "machines", "description": "", "item": [ { "id": "290840a8-6187-40ea-a957-525c9c3d94d9", "name": "Get endpoint device details", "request": { "name": "Get endpoint device details", "description": { "content": "Retrieve detailed information about a specific endpoint device by its machine ID.", "type": "text/plain" }, "url": { "path": [ "mtp", "getMachine", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "key": "machineId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The type of identifier used. (This can only be one of SenseMachineId)", "type": "text/plain" }, "key": "idType", "value": "SenseMachineId" }, { "disabled": false, "description": { "content": "Whether to read from cache.", "type": "text/plain" }, "key": "readFromCache", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "180" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "15f04db8-e4c8-4d80-bca1-b632bc3f9a16", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "getMachine", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "key": "machineId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The type of identifier used. (This can only be one of SenseMachineId)", "type": "text/plain" }, "key": "idType", "value": "SenseMachineId" }, { "disabled": false, "description": { "content": "Whether to read from cache.", "type": "text/plain" }, "key": "readFromCache", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "180" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"machineId\": \"string\",\n \"computerDnsName\": \"string\",\n \"osPlatform\": \"string\",\n \"osVersion\": \"string\",\n \"osProcessor\": \"string\",\n \"healthStatus\": \"string\",\n \"riskScore\": \"string\",\n \"exposureLevel\": \"string\",\n \"isAadJoined\": true,\n \"aadDeviceId\": \"string\",\n \"lastSeen\": \"1953-09-20T02:27:03.177Z\",\n \"firstSeen\": \"1996-08-04T07:49:54.752Z\",\n \"lastIpAddress\": \"string\",\n \"lastExternalIpAddress\": \"string\",\n \"tags\": [\n \"string\",\n \"string\"\n ],\n \"rbacGroupId\": \"string\",\n \"rbacGroupName\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e5cb2d7e-1f44-4acf-a288-5a5107d9f12c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "getMachine", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "key": "machineId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The type of identifier used. (This can only be one of SenseMachineId)", "type": "text/plain" }, "key": "idType", "value": "SenseMachineId" }, { "disabled": false, "description": { "content": "Whether to read from cache.", "type": "text/plain" }, "key": "readFromCache", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "180" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0d0a3450-057b-429f-b8e1-979c4fc1ff86", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "getMachine", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "key": "machineId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The type of identifier used. (This can only be one of SenseMachineId)", "type": "text/plain" }, "key": "idType", "value": "SenseMachineId" }, { "disabled": false, "description": { "content": "Whether to read from cache.", "type": "text/plain" }, "key": "readFromCache", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "180" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44700a44-72b6-4141-b0d2-cfd224c0e402", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "getMachine", "machines" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "key": "machineId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The type of identifier used. (This can only be one of SenseMachineId)", "type": "text/plain" }, "key": "idType", "value": "SenseMachineId" }, { "disabled": false, "description": { "content": "Whether to read from cache.", "type": "text/plain" }, "key": "readFromCache", "value": "true" }, { "disabled": false, "description": { "content": "Number of days to look back.", "type": "text/plain" }, "key": "lookingBackIndays", "value": "180" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "machineTag", "description": "", "item": [ { "name": "machineTags", "description": "", "item": [ { "name": "{DeviceId}", "description": "", "item": [ { "id": "d8625c47-d31b-4f53-ad6a-c7883c3b6541", "name": "Get device tags", "request": { "name": "Get device tags", "description": { "content": "Retrieve all tags assigned to a specific endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "machineTag", "machineTags", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "DeviceId", "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0e054831-7b6b-4855-a25c-411dbbf97195", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTags", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"tag\": \"string\",\n \"tagType\": \"string\"\n },\n {\n \"tag\": \"string\",\n \"tagType\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f399949-b0ae-49c0-9dec-79b4cfa2f6cc", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTags", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "acdb0395-8cc1-4e45-a40c-e47ea1bc50ac", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTags", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2d53da41-2946-4963-9892-78c5dafb5ff3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTags", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "machineTag", "description": "", "item": [ { "id": "04695ccb-5d86-4e10-8482-f6da2a49352f", "name": "Set device tag", "request": { "name": "Set device tag", "description": { "content": "Add or remove a tag on an endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "machineTag", "machineTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"tag\": \"string\",\n \"action\": \"Add\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "26cd7611-d506-460f-883d-8708dee65272", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"tag\": \"string\",\n \"action\": \"Add\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7967692b-5486-4b12-9021-32e089c2a47b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"tag\": \"string\",\n \"action\": \"Add\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1402103e-211e-405a-8059-c6352f131523", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"tag\": \"string\",\n \"action\": \"Add\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "668bd5fd-24a1-4930-bf2a-c613c072ebf9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "machineTag", "machineTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"tag\": \"string\",\n \"action\": \"Add\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "assetvalue", "description": "", "item": [ { "name": "machineAssetValue", "description": "", "item": [ { "id": "05ea3239-51f5-480f-bea6-e33ca08b7ee6", "name": "Set device asset value", "request": { "name": "Set device asset value", "description": { "content": "Set the asset value classification for an endpoint device. Asset values are used to prioritize security operations.", "type": "text/plain" }, "url": { "path": [ "mtp", "assetvalue", "machineAssetValue" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"assetValue\": \"High\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ccf98be1-7780-4bb9-bc39-1f9c1fab1efe", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "machineAssetValue" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"assetValue\": \"High\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8c4fe758-b149-40ca-8c81-26f9cc15b87c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "machineAssetValue" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"assetValue\": \"High\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dd27a935-7cfb-44ac-9353-215bf7650228", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "machineAssetValue" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"assetValue\": \"High\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8fae9d6b-d918-4810-8fdf-41e4457d6c5b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "machineAssetValue" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"assetValue\": \"High\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "setCriticalityLevel", "description": "", "item": [ { "id": "8509e24d-8a6d-4ad0-9591-6df6bd5ff164", "name": "Set device criticality level", "request": { "name": "Set device criticality level", "description": { "content": "Set the criticality level for an endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "assetvalue", "setCriticalityLevel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"criticalityLevel\": 2897\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "f1cb35cb-ae85-4d5b-ab42-cdec632bb289", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "setCriticalityLevel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"criticalityLevel\": 2897\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4d9cd457-bcea-4713-8e97-bc7d9fc95acd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "setCriticalityLevel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"criticalityLevel\": 2897\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7772c6e4-e570-41fc-9d40-b872f2c5a64d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "setCriticalityLevel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"criticalityLevel\": 2897\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1afcd426-898d-4eaa-9231-d81c7f03e4b9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "assetvalue", "setCriticalityLevel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"criticalityLevel\": 2897\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "rbacGroupAssignment", "description": "", "item": [ { "name": "updateMachineRbacGroupAssignments", "description": "", "item": [ { "id": "f328db51-733f-4a4a-8ad8-37515a150725", "name": "Set device RBAC group", "request": { "name": "Set device RBAC group", "description": { "content": "Update the RBAC (Role-Based Access Control) group assignment for an endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "rbacGroupAssignment", "updateMachineRbacGroupAssignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"rbacGroupId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "50492677-0b6c-4288-a8c7-985abc8cbd57", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "updateMachineRbacGroupAssignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"rbacGroupId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "441364c9-1fcf-4c5d-a47f-ee35cfdb243f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "updateMachineRbacGroupAssignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"rbacGroupId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1387d564-5f9e-40dd-99f3-03c7c06fdb4d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "updateMachineRbacGroupAssignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"rbacGroupId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b4449fa6-9380-4645-94c0-163ff253f9aa", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "updateMachineRbacGroupAssignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"rbacGroupId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "machineRbacGroupAssignments", "description": "", "item": [ { "name": "{DeviceId}", "description": "", "item": [ { "id": "37d8c9d2-e82a-4af8-a057-95fee71d8119", "name": "Get device RBAC group assignments", "request": { "name": "Get device RBAC group assignments", "description": { "content": "Retrieve the RBAC group assignments for a specific endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "rbacGroupAssignment", "machineRbacGroupAssignments", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "DeviceId", "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f0a30413-8987-4d2a-b5be-713fc22bed11", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "machineRbacGroupAssignments", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"rbacGroupId\": \"string\",\n \"rbacGroupName\": \"string\"\n },\n {\n \"rbacGroupId\": \"string\",\n \"rbacGroupName\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffd3b2f2-78fe-4a9c-95c3-d3b109b56eeb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "machineRbacGroupAssignments", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6118e781-72e4-4087-8862-0c32f5b50b96", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "machineRbacGroupAssignments", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e3d358a2-c539-4c63-8acf-e31bab50a1da", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "machineRbacGroupAssignments", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "rbacGroupsScopes", "description": "", "item": [ { "name": "{DeviceId}", "description": "", "item": [ { "id": "c468a9d6-c1f8-43b8-b872-4fc4d62da433", "name": "Get device RBAC group scopes", "request": { "name": "Get device RBAC group scopes", "description": { "content": "Retrieve the RBAC group scopes applicable to a specific endpoint device.", "type": "text/plain" }, "url": { "path": [ "mtp", "rbacGroupAssignment", "rbacGroupsScopes", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "DeviceId", "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9d2b73d4-262e-4991-8503-e620d3dfea23", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "rbacGroupsScopes", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "394f2754-3895-4623-a552-a26909d0ba7b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "rbacGroupsScopes", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ab056ef-a0d4-43a2-8593-ea5e77e1585c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "rbacGroupsScopes", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bf8d2681-05f8-4794-83f0-b3ab2955975e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "rbacGroupAssignment", "rbacGroupsScopes", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "machineExclusionState", "description": "", "item": [ { "name": "updateMachineExclusionState", "description": "", "item": [ { "id": "f39e0a7e-52d2-4893-a15e-8cc044ca78f1", "name": "Set device exclusion state", "request": { "name": "Set device exclusion state", "description": { "content": "Update the exclusion state for an endpoint device. Excluded devices are not included in certain security assessments.", "type": "text/plain" }, "url": { "path": [ "mtp", "machineExclusionState", "updateMachineExclusionState" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"isExcluded\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "1e344ff3-bc3e-4030-8710-8411854ac804", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "machineExclusionState", "updateMachineExclusionState" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"isExcluded\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7abd9dcd-9616-4bc7-8520-0f13e11e944c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "machineExclusionState", "updateMachineExclusionState" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"isExcluded\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "62da57d2-1555-43f7-b8f0-4c08cbb49310", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "machineExclusionState", "updateMachineExclusionState" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"isExcluded\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b95bbf72-0eb1-45b4-894e-6fd6b2f6a5cb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "machineExclusionState", "updateMachineExclusionState" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"isExcluded\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "responseApiPortal", "description": "", "item": [ { "name": "requests", "description": "", "item": [ { "name": "create", "description": "", "item": [ { "id": "2a68ac1c-a1c7-4568-a446-5c787bb34634", "name": "Invoke device action", "request": { "name": "Invoke device action", "description": { "content": "Create a response action request for an endpoint device. Supports actions such as full scan, quick scan, antivirus scan, network isolation, execution restriction, automated investigation, policy sync, and collect investigation package.", "type": "text/plain" }, "url": { "path": [ "mtp", "responseApiPortal", "requests", "create" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"type\": \"AutomatedInvestigation\",\n \"comment\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7352085b-51dd-4867-8a8a-526660157154", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", "create" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"type\": \"AutomatedInvestigation\",\n \"comment\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"actionId\": \"string\",\n \"status\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c85f69ce-672e-46ce-b633-0f04fbe276d7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", "create" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"type\": \"AutomatedInvestigation\",\n \"comment\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c5b45d9-8b21-4178-a314-c42507cad69b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", "create" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"type\": \"AutomatedInvestigation\",\n \"comment\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5ea643a-6a42-4517-bb20-3b49a11eed62", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", "create" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\",\n \"type\": \"AutomatedInvestigation\",\n \"comment\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "{ActionId}", "description": "", "item": [ { "id": "7f6c8c24-9555-4166-b1e0-7acbf1a89ed4", "name": "Get device action result", "request": { "name": "Get device action result", "description": { "content": "Retrieve the status and result of a previously submitted device action.", "type": "text/plain" }, "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "ActionId", "disabled": false, "description": { "content": "(Required) The unique identifier of the action.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b91ec43d-5796-4644-bfdc-8903ebc596be", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"actionId\": \"string\",\n \"status\": \"string\",\n \"machineId\": \"string\",\n \"type\": \"string\",\n \"createdDateTime\": \"1995-03-25T13:38:51.560Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a22d55cb-24f1-476d-bb37-dc7a3c9afc7b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e32d9bb1-2a35-477e-a13d-2bd604ab86ff", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b83970cd-e946-466d-8d72-751a96a3ef7c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "183f6c08-fdda-46d3-9d37-3d3bd2ad159e", "name": "Stop device action", "request": { "name": "Stop device action", "description": { "content": "Cancel a pending or running device action.", "type": "text/plain" }, "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "ActionId", "disabled": false, "description": { "content": "(Required) The unique identifier of the action to stop.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "0586ede0-9b4c-4cf9-b975-aa1eb11f1310", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action to stop.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "382f0e07-0084-42c2-892d-d426d09ea237", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action to stop.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e2af2fa6-b9de-41de-8e78-ee7de845afe6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action to stop.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "48798de4-5b36-4aa8-8587-87fbb463a9a0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "requests", ":ActionId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the action to stop.", "type": "text/plain" }, "type": "any", "value": "string", "key": "ActionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "onboarding", "description": "", "item": [ { "name": "intune", "description": "", "item": [ { "name": "status", "description": "", "item": [ { "id": "35336979-f037-444d-afdb-008cf3127677", "name": "Get Intune onboarding status", "request": { "name": "Get Intune onboarding status", "description": { "content": "Retrieve the Intune onboarding status for the response API portal.", "type": "text/plain" }, "url": { "path": [ "mtp", "responseApiPortal", "onboarding", "intune", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "474ecba3-e82d-4682-b5dd-9421389efaa2", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "onboarding", "intune", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1e9e4e0-2ad2-481d-b149-e4f65751f497", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "onboarding", "intune", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d0375ca-d813-4374-bfb3-d2f2a647138b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "onboarding", "intune", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c333cfb1-27ef-46ee-97ed-7d47ba3d928e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "onboarding", "intune", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "senseauth", "description": "", "item": [ { "name": "allownonauthsense", "description": "", "item": [ { "id": "1f7bd0b8-620b-483a-8a2b-f45178650cc9", "name": "Get non-auth sense allowed", "request": { "name": "Get non-auth sense allowed", "description": { "content": "Retrieve whether non-authenticated sense connections are allowed.", "type": "text/plain" }, "url": { "path": [ "mtp", "responseApiPortal", "senseauth", "allownonauthsense" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "42515185-ed84-4e8a-954d-79336ebaed61", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "senseauth", "allownonauthsense" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cbf20682-e461-4e47-91fe-980d488fe2d0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "senseauth", "allownonauthsense" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3383c83a-db72-451e-81ed-bb6d53a12be6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "senseauth", "allownonauthsense" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b54b629-61f0-4f09-9b21-81dacfc391a9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "responseApiPortal", "senseauth", "allownonauthsense" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "deviceTimeline", "description": "", "item": [ { "name": "timeline", "description": "", "item": [ { "name": "{DeviceId}", "description": "", "item": [ { "id": "90c06f1a-a8ee-4ba0-ad08-9af49bfdea14", "name": "Get device timeline", "request": { "name": "Get device timeline", "description": { "content": "Retrieve the timeline of events for a specific endpoint device, including security events, alerts, and other activities.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceTimeline", "timeline", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "DeviceId", "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "740a1e38-bc90-4f77-859f-73a11a4d14bf", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceTimeline", "timeline", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca843601-0de6-4e15-9f1b-3aa8de78af57", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceTimeline", "timeline", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "118b9612-7bd7-4fd5-90a0-59e739aed8c8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceTimeline", "timeline", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0afa7259-0190-4952-b6a4-82160f4992a6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceTimeline", "timeline", ":DeviceId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the device.", "type": "text/plain" }, "type": "any", "value": "string", "key": "DeviceId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "deviceManagement", "description": "", "item": [ { "name": "deviceModels", "description": "", "item": [ { "id": "b4152641-8757-4241-9c62-b656bfcd65d4", "name": "List device models", "request": { "name": "List device models", "description": { "content": "Retrieve a list of all device models found across the endpoint device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "deviceModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6669533-8ca2-41a1-864e-9c175b90ca98", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n \"string\",\n \"string\"\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "80570bb7-1da4-4518-bdf5-787a6f8e3b1a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ef549688-46f2-45d6-8281-5befe3d96667", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ad3f8eb4-ef3b-4717-9ae6-ae334176e592", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceModels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceVendors", "description": "", "item": [ { "id": "04c36053-3138-49be-9082-e6b8e410f952", "name": "List device vendors", "request": { "name": "List device vendors", "description": { "content": "Retrieve a list of all device vendors found across the endpoint device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "deviceVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6057b990-44b6-4578-81e9-7c9d89434647", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n \"string\",\n \"string\"\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e3eab1e0-4bc2-4f1f-87c6-ffea5a4f831f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bc76d143-7a41-4b1b-891b-66d1ea0709e9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a8fa0be-10e7-4d86-bd35-0e570e624e1e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceVendors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "osVersions", "description": "", "item": [ { "id": "230b951e-56ae-4fcc-b42e-c4847b37fa9b", "name": "List OS version friendly names", "request": { "name": "List OS version friendly names", "description": { "content": "Retrieve a list of operating system versions with their friendly names as found across the endpoint device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "osVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "43adad58-9894-4a15-bc5e-b49a14a8506c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "osVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"osVersion\": \"string\",\n \"friendlyName\": \"string\"\n },\n {\n \"osVersion\": \"string\",\n \"friendlyName\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c47be790-c3a7-4625-b676-9df9f15da9e1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "osVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a3498dd3-9fc1-4da3-bda0-8e0d42355d40", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "osVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8459d04f-6b91-4781-b18f-d28d3aae1449", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "osVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceTotals", "description": "", "item": [ { "id": "281cd63d-15ce-4772-96b2-3ddfb206a062", "name": "Get device totals", "request": { "name": "Get device totals", "description": { "content": "Retrieve summary totals for the endpoint device inventory, including counts by platform, health status, and onboarding status.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "88e0f591-b2d7-48e3-8c52-03e4315ff3e9", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47203e46-97f4-4463-9258-4fdca4dd4bac", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c0c823e-8db2-46da-a0ad-f2b939ce23e7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5140e3b-b122-4fbe-8a0e-2d5a4c50d365", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceTotals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "windowsReleaseVersions", "description": "", "item": [ { "id": "1bb1542a-c2d8-42e7-b4c5-015c124367db", "name": "List Windows release versions", "request": { "name": "List Windows release versions", "description": { "content": "Retrieve a list of Windows release versions found across the endpoint device inventory.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "windowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3f91c1dc-df5a-4107-9920-6fbd505617a3", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "windowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n \"string\",\n \"string\"\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1573dd06-d2e1-4025-b84a-62862420044a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "windowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "15aca3ca-72d5-48b4-bd74-4326c6709da7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "windowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8ae5b449-2266-4b06-a511-2594a9551183", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "windowsReleaseVersions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceLicenseReport", "description": "", "item": [ { "id": "45ea938b-3c76-4202-9f3e-418aa6c6caae", "name": "Get endpoint license report", "request": { "name": "Get endpoint license report", "description": { "content": "Retrieve a license usage report for endpoint devices, showing the distribution of device licenses across the tenant.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "deviceLicenseReport" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4e006d63-edb1-432e-857b-936d4277e220", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceLicenseReport" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a7d26f12-42a9-46a7-844f-5390aa8a8c8e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceLicenseReport" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44c67906-7852-4a26-a42c-28fb6d7aaa79", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceLicenseReport" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fae56939-6192-4e75-ae01-7f80a2df9505", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "deviceLicenseReport" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "configuration", "description": "", "item": [ { "name": "AuthenticatedTelemetry", "description": "", "item": [ { "id": "74a35e5d-a266-4c99-9cf0-c66874d888f1", "name": "Get authenticated telemetry configuration", "request": { "name": "Get authenticated telemetry configuration", "description": { "content": "Retrieve the authenticated telemetry configuration setting for endpoints.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "configuration", "AuthenticatedTelemetry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4e5be37c-30fc-46a0-8733-1ddb8946a273", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "AuthenticatedTelemetry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "62e75e8a-f2f3-4a0a-b5a5-2527196993a0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "AuthenticatedTelemetry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e19b49c3-3fda-4b46-86fe-f84f926de725", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "AuthenticatedTelemetry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b37f1256-108c-47b1-bd0d-26f0b7bb20fb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "AuthenticatedTelemetry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "PotentiallyUnwantedApplications", "description": "", "item": [ { "id": "aebc3768-88a1-4ce4-b8b4-76f7f0c07de7", "name": "Get PUA configuration", "request": { "name": "Get PUA configuration", "description": { "content": "Retrieve the Potentially Unwanted Applications (PUA) protection configuration for endpoints.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "configuration", "PotentiallyUnwantedApplications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0717dc18-52d3-4267-abb4-04a748e74ceb", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PotentiallyUnwantedApplications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5f51e87-4e54-4571-8bcf-3b4f0634df18", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PotentiallyUnwantedApplications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42c79bfa-352e-4043-8f74-1cc1c7b45d15", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PotentiallyUnwantedApplications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5551164-c35a-4c21-832c-709115933066", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PotentiallyUnwantedApplications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "IntuneConnection", "description": "", "item": [ { "id": "579a833f-6dd1-4d0d-a970-56876d747ae0", "name": "Get Intune connection configuration", "request": { "name": "Get Intune connection configuration", "description": { "content": "Retrieve the Microsoft Intune connection configuration for Defender for Endpoint.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "configuration", "IntuneConnection" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d3e64337-860f-4107-9d6c-90c40cf90bff", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "IntuneConnection" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2410359-d2dd-4413-9c65-e716aa4912e4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "IntuneConnection" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "532b530c-eac9-460f-a3cb-1ef18c60cfd5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "IntuneConnection" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cd389bd2-a3ef-4c45-b776-d7ccd993f80d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "IntuneConnection" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "PurviewSharing", "description": "", "item": [ { "id": "b16ec8ef-8171-433f-b24d-b1bef5a596a7", "name": "Get Purview sharing configuration", "request": { "name": "Get Purview sharing configuration", "description": { "content": "Retrieve the Microsoft Purview data sharing configuration for Defender for Endpoint.", "type": "text/plain" }, "url": { "path": [ "mtp", "deviceManagement", "configuration", "PurviewSharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1f39ec60-7bae-430a-9520-655f69295614", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PurviewSharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5084e9d0-74c6-4839-b6b7-a3bc9413b111", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PurviewSharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9bc6d64b-3848-4e80-96ab-1e5dbe1a02ac", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PurviewSharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "27efc229-b27c-4a3b-91b7-e4078abd1363", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "deviceManagement", "configuration", "PurviewSharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "rbacManagementApi", "description": "", "item": [ { "name": "rbac", "description": "", "item": [ { "name": "machine_groups", "description": "", "item": [ { "id": "40d8e1b1-ca97-4776-85bc-a518d954377e", "name": "Get machine groups (RBAC)", "request": { "name": "Get machine groups (RBAC)", "description": { "content": "Retrieve the list of RBAC machine groups configured in the tenant.", "type": "text/plain" }, "url": { "path": [ "mtp", "rbacManagementApi", "rbac", "machine_groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include Azure AD group names in results.", "type": "text/plain" }, "key": "addAadGroupNames", "value": "true" }, { "disabled": false, "description": { "content": "Include machine count per group.", "type": "text/plain" }, "key": "addMachineGroupCount", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "699b9435-2fdb-4f36-8a84-7696642249fa", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "rbacManagementApi", "rbac", "machine_groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include Azure AD group names in results.", "type": "text/plain" }, "key": "addAadGroupNames", "value": "true" }, { "disabled": false, "description": { "content": "Include machine count per group.", "type": "text/plain" }, "key": "addMachineGroupCount", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05c27bb5-97c3-493a-b218-5151b192b3ca", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "rbacManagementApi", "rbac", "machine_groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include Azure AD group names in results.", "type": "text/plain" }, "key": "addAadGroupNames", "value": "true" }, { "disabled": false, "description": { "content": "Include machine count per group.", "type": "text/plain" }, "key": "addMachineGroupCount", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d7a62266-d75b-4cc7-99fa-ffd6de49f221", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "rbacManagementApi", "rbac", "machine_groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include Azure AD group names in results.", "type": "text/plain" }, "key": "addAadGroupNames", "value": "true" }, { "disabled": false, "description": { "content": "Include machine count per group.", "type": "text/plain" }, "key": "addMachineGroupCount", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c2b0812-21c7-464c-bd2f-576a4a377d59", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "rbacManagementApi", "rbac", "machine_groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include Azure AD group names in results.", "type": "text/plain" }, "key": "addAadGroupNames", "value": "true" }, { "disabled": false, "description": { "content": "Include machine count per group.", "type": "text/plain" }, "key": "addMachineGroupCount", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "wdatpApi", "description": "", "item": [ { "name": "machines", "description": "", "item": [ { "id": "ef0332b5-e7b2-41bd-8cd6-ef9e8a6424fd", "name": "Get machines via WDATP API", "request": { "name": "Get machines via WDATP API", "description": { "content": "Retrieve the list of machines using the Windows Defender ATP API endpoint.", "type": "text/plain" }, "url": { "path": [ "mtp", "wdatpApi", "machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "dd900527-d0a6-402e-b56d-9a732076a0de", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "wdatpApi", "machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7ca7a623-736b-4253-8405-905d20b5b79d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "wdatpApi", "machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a06b49a7-9d26-4eec-9532-32bc5db32341", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "wdatpApi", "machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b5f4a63-0b92-4f67-9bae-3299ddf6a006", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "wdatpApi", "machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "mdi", "description": "", "item": [ { "name": "tri", "description": "", "item": [ { "name": "defensor", "description": "", "item": [ { "name": "onboarding", "description": "", "item": [ { "name": "devices", "description": "", "item": [ { "name": "sensor_compatible_machines", "description": "", "item": [ { "id": "40d73008-ea5d-466c-8e0e-ed52831b742d", "name": "Get MDI sensor-compatible machines", "request": { "name": "Get MDI sensor-compatible machines", "description": { "content": "Retrieve the list of machines compatible with MDI sensor deployment for identity protection onboarding.", "type": "text/plain" }, "url": { "path": [ "mtp", "mdi", "tri", "defensor", "onboarding", "devices", "sensor_compatible_machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3e5aacad-6b3c-4848-9b5f-833daca2c9ea", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "mdi", "tri", "defensor", "onboarding", "devices", "sensor_compatible_machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2d4ac718-489c-4786-9484-758b8fbee93e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "mdi", "tri", "defensor", "onboarding", "devices", "sensor_compatible_machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d51cfe0f-17c3-48ff-ac54-8b06804ddb5b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "mdi", "tri", "defensor", "onboarding", "devices", "sensor_compatible_machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af7e5edf-dba3-48dc-8767-1135cef3d41d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "mdi", "tri", "defensor", "onboarding", "devices", "sensor_compatible_machines" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] } ] }, { "name": "liveResponseApi", "description": "", "item": [ { "name": "create_session", "description": "", "item": [ { "id": "8498880d-3ef1-43fe-a250-0ab8901fd3d9", "name": "Create Live Response session", "request": { "name": "Create Live Response session", "description": { "content": "Create a new Live Response session on an endpoint device. This establishes a remote connection to the device for interactive investigation and remediation.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "create_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "8d81560b-802d-4074-85d3-6dd550ab3cc8", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "create_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"sessionId\": \"string\",\n \"machineId\": \"string\",\n \"status\": \"Active\",\n \"createdDateTime\": \"2006-04-03T08:29:27.845Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "097038d3-9dbb-47a3-988b-20f9ed7bd668", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "create_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "89edb6ce-2ed4-4b7b-84fe-4143cd701f64", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "create_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac5f88ad-6d73-4be4-8ac7-7b8069c25a55", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "create_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"machineId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "sessions", "description": "", "item": [ { "name": "{sessionId}", "description": "", "item": [ { "id": "4de37873-acb9-40bd-9157-3b34131e81a5", "name": "Get Live Response session", "request": { "name": "Get Live Response session", "description": { "content": "Retrieve the status and details of an existing Live Response session.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "sessions", ":sessionId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "type": "any", "value": "string", "key": "sessionId", "disabled": false, "description": { "content": "(Required) The unique identifier of the Live Response session.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fb50838d-0b7a-4754-8aac-084187b8a4be", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "sessions", ":sessionId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the Live Response session.", "type": "text/plain" }, "type": "any", "value": "string", "key": "sessionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"sessionId\": \"string\",\n \"machineId\": \"string\",\n \"status\": \"Active\",\n \"createdDateTime\": \"2006-04-03T08:29:27.845Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73e2d661-42cf-40aa-85d8-65b78179376a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "sessions", ":sessionId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the Live Response session.", "type": "text/plain" }, "type": "any", "value": "string", "key": "sessionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "933ed814-6cdc-4061-b918-1cab60394959", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "sessions", ":sessionId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the Live Response session.", "type": "text/plain" }, "type": "any", "value": "string", "key": "sessionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0c8bafe7-1480-4956-8690-8bd6d6c675bc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "sessions", ":sessionId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to use the V3 API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the Live Response session.", "type": "text/plain" }, "type": "any", "value": "string", "key": "sessionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "commands", "description": "", "item": [ { "name": "{autoCommandId}", "description": "", "item": [ { "id": "63cb1346-c532-42d3-8398-a27418149eaf", "name": "Run Live Response command", "request": { "name": "Run Live Response command", "description": { "content": "Execute a command in an active Live Response session. Supports built-in commands as well as custom scripts from the library.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "type": "any", "value": "string", "key": "autoCommandId", "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"command\": \"string\",\n \"parameters\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "3b629889-89c8-4e74-887d-a8d68be5ff67", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"command\": \"string\",\n \"parameters\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"commandId\": \"string\",\n \"status\": \"string\",\n \"output\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c8dd0652-d3d0-4a6f-a9a5-e3f2766c114f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"command\": \"string\",\n \"parameters\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "15fd108c-5b55-4059-bc64-9913843e4c76", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"command\": \"string\",\n \"parameters\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b0e3f31f-ebd6-4864-a9d8-927d7d0deaf2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"command\": \"string\",\n \"parameters\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f9abe39c-1269-4714-be3b-ac7b257ddb2f", "name": "Get Live Response command result", "request": { "name": "Get Live Response command result", "description": { "content": "Retrieve the result of a previously executed Live Response command.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "type": "any", "value": "string", "key": "autoCommandId", "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a274975a-8b9a-45ee-bdad-e29566bda449", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"commandId\": \"string\",\n \"status\": \"string\",\n \"output\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e7c04e2b-ad83-4e58-b1f1-7c9654d4a1d1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8188d35e-963d-476c-9855-2e2838eace4e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9aac5458-4c07-42cf-a323-8578c0e71c41", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "commands", ":autoCommandId" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) The auto-generated command ID.", "type": "text/plain" }, "type": "any", "value": "string", "key": "autoCommandId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "get_command_definitions", "description": "", "item": [ { "id": "dede6000-49eb-443d-9034-e55f2269fa4f", "name": "Get command definitions", "request": { "name": "Get command definitions", "description": { "content": "Retrieve the list of available Live Response command definitions for the current session, including built-in and custom commands.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "get_command_definitions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9a220cd2-7329-42bd-837d-b2b6cf4bc153", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_command_definitions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"name\": \"string\",\n \"description\": \"string\"\n },\n {\n \"name\": \"string\",\n \"description\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5950b1b9-d5bf-4e99-979b-b9b20ff2ab29", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_command_definitions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c722b2b-da8c-4938-89c9-9e0ae4d412d8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_command_definitions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "06b0dbd4-2a32-4e69-bf07-24af421ff6bf", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_command_definitions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "download_file", "description": "", "item": [ { "id": "8ccccd8c-237a-4916-a890-24e28a9d469c", "name": "Download file from Live Response", "request": { "name": "Download file from Live Response", "description": { "content": "Download a file that was collected during a Live Response session.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "download_file" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The file download token.", "type": "text/plain" }, "key": "token", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "eaca87d2-55f6-4da5-ad90-1c90e6b2045f", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "download_file" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The file download token.", "type": "text/plain" }, "key": "token", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "body": "string", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c829d2dc-aca4-4cc9-b445-f5bbcb793cb0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "download_file" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The file download token.", "type": "text/plain" }, "key": "token", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c7b0c8da-a913-4006-9ca2-65e96ffa6a35", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "download_file" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The file download token.", "type": "text/plain" }, "key": "token", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "003b0fca-fbc9-4f08-a4b7-18cb17f8255c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "download_file" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The file download token.", "type": "text/plain" }, "key": "token", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The Live Response session ID.", "type": "text/plain" }, "key": "session_id", "value": "string" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "close_session", "description": "", "item": [ { "id": "0d8f6706-d3f6-47b0-9572-7140e8b6397b", "name": "Close Live Response session", "request": { "name": "Close Live Response session", "description": { "content": "Close an active Live Response session and release the connection to the device.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "close_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sessionId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "199f59c4-6e62-40ad-baf0-31ef4d53515f", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "close_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sessionId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "537c3a5f-b882-445f-b7b1-fa270acc756c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "close_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sessionId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "31b92a27-8e5f-46c4-a62a-9ca7206a3f6b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "close_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sessionId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22467c9d-4ffa-4f74-b319-d34cc7213d65", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "close_session" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV2Api", "value": "false" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sessionId\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "library", "description": "", "item": [ { "id": "a1ffab73-ad29-4d11-84fc-aa3e180c35e5", "name": "List Live Response library files", "request": { "name": "List Live Response library files", "description": { "content": "Retrieve a list of all files in the Live Response script library. The library contains scripts and tools that can be executed during Live Response sessions.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "99763b76-b76f-40c4-b922-7624830aeeee", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"id\": \"string\",\n \"fileName\": \"string\",\n \"description\": \"string\",\n \"fileSize\": 6052,\n \"hasParameters\": true,\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2019-10-23T23:27:10.282Z\"\n },\n {\n \"id\": \"string\",\n \"fileName\": \"string\",\n \"description\": \"string\",\n \"fileSize\": 3062,\n \"hasParameters\": true,\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2021-03-26T22:59:28.444Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9421c0fc-969a-4c99-8159-068b519e8c33", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0efb6eb0-350b-45e2-b0ee-9106485f6bef", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df1b219e-2ff7-40e8-b888-7cd5c8576476", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "db3fd2ac-5292-4c73-9ebc-b56e3616c4f1", "name": "Upload Live Response library file", "request": { "name": "Upload Live Response library file", "description": { "content": "Upload a new file to the Live Response script library.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "The file to upload.", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "A description of the file.", "type": "text/plain" }, "key": "description", "value": "string", "type": "text" }, { "description": { "content": "Whether the script accepts parameters.", "type": "text/plain" }, "key": "hasParameters", "value": "false", "type": "text" }, { "description": { "content": "Whether to overwrite an existing file with the same name.", "type": "text/plain" }, "key": "overrideIfExists", "value": "false", "type": "text" } ] }, "auth": null }, "response": [ { "id": "68f7be8c-9a32-40f9-bf19-70d7a01374cd", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "The file to upload.", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "A description of the file.", "type": "text/plain" }, "key": "description", "value": "string", "type": "text" }, { "description": { "content": "Whether the script accepts parameters.", "type": "text/plain" }, "key": "hasParameters", "value": "false", "type": "text" }, { "description": { "content": "Whether to overwrite an existing file with the same name.", "type": "text/plain" }, "key": "overrideIfExists", "value": "false", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"fileName\": \"string\",\n \"description\": \"string\",\n \"fileSize\": 8614,\n \"hasParameters\": true,\n \"createdBy\": \"string\",\n \"createdDateTime\": \"1947-09-02T18:58:51.915Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f39c7704-5cd9-48f6-a4f0-38d2c6df9d84", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "The file to upload.", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "A description of the file.", "type": "text/plain" }, "key": "description", "value": "string", "type": "text" }, { "description": { "content": "Whether the script accepts parameters.", "type": "text/plain" }, "key": "hasParameters", "value": "false", "type": "text" }, { "description": { "content": "Whether to overwrite an existing file with the same name.", "type": "text/plain" }, "key": "overrideIfExists", "value": "false", "type": "text" } ] } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7440f048-f4c7-421a-bc1b-2d3a7efe46cc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "The file to upload.", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "A description of the file.", "type": "text/plain" }, "key": "description", "value": "string", "type": "text" }, { "description": { "content": "Whether the script accepts parameters.", "type": "text/plain" }, "key": "hasParameters", "value": "false", "type": "text" }, { "description": { "content": "Whether to overwrite an existing file with the same name.", "type": "text/plain" }, "key": "overrideIfExists", "value": "false", "type": "text" } ] } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba2bbab5-0e33-4d1e-9751-690c34b35ef4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "The file to upload.", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "A description of the file.", "type": "text/plain" }, "key": "description", "value": "string", "type": "text" }, { "description": { "content": "Whether the script accepts parameters.", "type": "text/plain" }, "key": "hasParameters", "value": "false", "type": "text" }, { "description": { "content": "Whether to overwrite an existing file with the same name.", "type": "text/plain" }, "key": "overrideIfExists", "value": "false", "type": "text" } ] } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "{FileId}", "description": "", "item": [ { "id": "57a31c4f-e438-4351-98d6-77a8ab8e2462", "name": "Get Live Response library file", "request": { "name": "Get Live Response library file", "description": { "content": "Retrieve details of a specific file in the Live Response script library.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "FileId", "disabled": false, "description": { "content": "(Required) The unique identifier of the library file.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a6361681-0383-4578-879e-76e35d7f82a0", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"fileName\": \"string\",\n \"description\": \"string\",\n \"fileSize\": 8614,\n \"hasParameters\": true,\n \"createdBy\": \"string\",\n \"createdDateTime\": \"1947-09-02T18:58:51.915Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "75383d21-81ce-4bec-affe-bfd8503d8d30", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45ba67c2-2fec-47bd-a32f-65e21f5d6986", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "02a06d93-e1d7-4fab-b4a7-06b7c464a4b3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4817e31d-c56a-48a8-9731-18d5b09382ea", "name": "Delete Live Response library file", "request": { "name": "Delete Live Response library file", "description": { "content": "Delete a file from the Live Response script library.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "FileId", "disabled": false, "description": { "content": "(Required) The unique identifier of the library file to delete.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "d3316676-4935-4836-b047-bb899d5608f8", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "332f5c47-c915-49fe-b55d-7101bc4ac186", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3dd6796-b7b6-4dba-8e50-01672e0a2cce", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c4b1840-77ed-41bc-bbb2-b637cfebb8e2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "library", ":FileId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the library file to delete.", "type": "text/plain" }, "type": "any", "value": "string", "key": "FileId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "get_properties", "description": "", "item": [ { "id": "a4098acf-a1eb-4713-9045-0333e42a87eb", "name": "Get live response properties", "request": { "name": "Get live response properties", "description": { "content": "Retrieve the Live Response properties and configuration settings for the current tenant.", "type": "text/plain" }, "url": { "path": [ "mtp", "liveResponseApi", "get_properties" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Use version 2 of the Live Response API.", "type": "text/plain" }, "key": "useV2Api", "value": "true" }, { "disabled": false, "description": { "content": "Use version 3 of the Live Response API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1e8251e1-b0ab-4835-9f1f-2bb0b9853783", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_properties" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Use version 2 of the Live Response API.", "type": "text/plain" }, "key": "useV2Api", "value": "true" }, { "disabled": false, "description": { "content": "Use version 3 of the Live Response API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b05f663a-543e-43ea-a03b-56c843e9223a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_properties" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Use version 2 of the Live Response API.", "type": "text/plain" }, "key": "useV2Api", "value": "true" }, { "disabled": false, "description": { "content": "Use version 3 of the Live Response API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b79f25dd-ec4d-4904-808b-15680ff67fa9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_properties" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Use version 2 of the Live Response API.", "type": "text/plain" }, "key": "useV2Api", "value": "true" }, { "disabled": false, "description": { "content": "Use version 3 of the Live Response API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50032fe8-5f0e-4c06-b755-42fc31b4d1ca", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "liveResponseApi", "get_properties" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Use version 2 of the Live Response API.", "type": "text/plain" }, "key": "useV2Api", "value": "true" }, { "disabled": false, "description": { "content": "Use version 3 of the Live Response API.", "type": "text/plain" }, "key": "useV3Api", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "settings", "description": "", "item": [ { "name": "GetAdvancedFeaturesSetting", "description": "", "item": [ { "id": "86bb12c6-3b6c-402f-a7fc-1ee4bbdec165", "name": "Get advanced features setting", "request": { "name": "Get advanced features setting", "description": { "content": "Retrieve the current advanced features settings for Microsoft Defender for Endpoint via GET request.", "type": "text/plain" }, "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "13a4b807-c9a3-4164-9e8d-35669044bd69", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "992503a3-71af-4f79-a54a-c132c12d6c45", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "153561ec-e46e-4359-9e55-19db87724d50", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aaf9fcc1-2b1a-436d-a973-f3d00a50c7e3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "18e1c1a5-a660-4327-a828-a1eaba37d316", "name": "Get advanced features settings", "request": { "name": "Get advanced features settings", "description": { "content": "Retrieve the current advanced features settings for Microsoft Defender for Endpoint. This includes toggles for features like automated investigation, live response, custom network indicators, and more.", "type": "text/plain" }, "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e192c9f0-4953-4e01-96ab-fe6ff769480b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d91667c-039f-4f32-b007-ba8bcb1cd303", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5547f52c-2367-45f0-b2cb-e50a26affd92", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c4060725-d120-4469-a7f4-45ab334822d3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "SaveAdvancedFeaturesSetting", "description": "", "item": [ { "id": "166591d1-7ea6-4970-a80d-f841750fb7b9", "name": "Set advanced features settings", "request": { "name": "Set advanced features settings", "description": { "content": "Update the advanced features settings for Microsoft Defender for Endpoint. Warning - this modifies tenant-wide security configuration.", "type": "text/plain" }, "url": { "path": [ "mtp", "settings", "SaveAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "07411746-2844-4840-917e-cc619be28b0b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "settings", "SaveAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "dcad7ece-6019-4d21-b229-4d7e24658fc6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SaveAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "16e97443-ddad-48e7-b720-498345e70c21", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SaveAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8dc58806-422a-4f96-9d94-29c06d7ed71a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SaveAdvancedFeaturesSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"automatedInvestigation\": false,\n \"liveResponse\": false,\n \"liveResponseUnsignedScriptExecution\": true,\n \"liveResponseForServers\": true,\n \"customNetworkIndicators\": false,\n \"tamperProtection\": true,\n \"showUserDetails\": false,\n \"skypeForBusinessIntegration\": true,\n \"officeIntegration\": false,\n \"microsoftThreatExperts\": true,\n \"webContentFiltering\": true,\n \"deviceDiscovery\": true,\n \"previewExperience\": true,\n \"microsoftIntunConnection\": true,\n \"endpointDlpEnabled\": false,\n \"authenticatedTelemetry\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetPreviewExperienceSetting", "description": "", "item": [ { "id": "0679fed0-28b0-45e3-8fb2-26853c0a63f8", "name": "Get preview features setting", "request": { "name": "Get preview features setting", "description": { "content": "Retrieve the preview features opt-in status. Supports multiple contexts including Microsoft Threat Protection (MtpContext) and Microsoft Defender for Endpoint (MdatpContext).", "type": "text/plain" }, "url": { "path": [ "mtp", "settings", "GetPreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to retrieve preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f70da7c0-2fc5-407c-bb66-5e0b889861d8", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetPreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to retrieve preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isOptedIn\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "24475b05-4354-46b3-9156-2e28b0427854", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetPreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to retrieve preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d2de4594-0f78-4222-aeca-8621d096a034", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetPreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to retrieve preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cb98ea1e-b76b-4a82-811f-44713b9431de", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "settings", "GetPreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to retrieve preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "SavePreviewExperienceSetting", "description": "", "item": [ { "id": "485bea59-6732-4b7e-a50c-4ff20a36033f", "name": "Set preview features", "request": { "name": "Set preview features", "description": { "content": "Update the preview features opt-in status. Supports multiple contexts including MTP and MDA.", "type": "text/plain" }, "url": { "path": [ "mtp", "settings", "SavePreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to update preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isOptedIn\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4eda191d-feae-408b-bc1e-47c62f7132cd", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "settings", "SavePreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to update preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isOptedIn\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e7d93f9c-e1ab-4cc6-b12c-37708636a2a3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SavePreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to update preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isOptedIn\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "28010386-a42d-4929-b6b4-ce85bb9ede7c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SavePreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to update preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isOptedIn\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bccf4d50-e31b-44cc-8c4b-773bb0c97550", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "settings", "SavePreviewExperienceSetting" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The context to update preview settings for. (This can only be one of MtpContext,MdatpContext)", "type": "text/plain" }, "key": "context", "value": "MtpContext" } ], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isOptedIn\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "customDataCollection", "description": "", "item": [ { "name": "rules", "description": "", "item": [ { "id": "299cd5e4-7ebf-438a-9db6-c1fc014eaf2e", "name": "List custom data collection rules", "request": { "name": "List custom data collection rules", "description": { "content": "Retrieve a list of all custom data collection rules configured for endpoints.", "type": "text/plain" }, "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e3c0ff64-e56f-4c74-b910-064f7955f9cd", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n },\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ebf7e271-f794-4b0a-813b-7d8a26029a6f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c00b94b-29a2-41d3-8fce-a14b92815b82", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3b0792ff-6cdd-404f-a3a1-e60c64137f93", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f5b09d67-ab34-4ef3-a1f3-340a3e4e08c2", "name": "Create custom data collection rule", "request": { "name": "Create custom data collection rule", "description": { "content": "Create a new custom data collection rule for endpoint telemetry.", "type": "text/plain" }, "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "83a76206-b0d7-433c-bcf0-25d0c1c2bb31", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c2e67f0b-926b-40d3-913a-568c050a4172", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "377c8a78-f196-42d9-b47b-2b934b17bda1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "284b2c12-c29a-4c45-9dd5-3ec064c0a924", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "{RuleId}", "description": "", "item": [ { "id": "152a062f-27bd-4dff-a08c-106c10a15c25", "name": "Update custom data collection rule", "request": { "name": "Update custom data collection rule", "description": { "content": "Update an existing custom data collection rule.", "type": "text/plain" }, "url": { "path": [ "mtp", "customDataCollection", "rules", ":RuleId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "RuleId", "disabled": false, "description": { "content": "(Required) The unique identifier of the rule to update.", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "31bb5ebd-4250-4e68-bb7a-314c4510165c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules", ":RuleId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the rule to update.", "type": "text/plain" }, "type": "any", "value": "string", "key": "RuleId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f1f20c2-e72e-4d08-9443-ddf0a4ada0be", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules", ":RuleId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the rule to update.", "type": "text/plain" }, "type": "any", "value": "string", "key": "RuleId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9a2d298-58dc-4638-a044-7543526da00d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules", ":RuleId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the rule to update.", "type": "text/plain" }, "type": "any", "value": "string", "key": "RuleId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eaf2e545-a15d-4b1d-bb55-831bdf73c7b6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "customDataCollection", "rules", ":RuleId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the rule to update.", "type": "text/plain" }, "type": "any", "value": "string", "key": "RuleId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"isEnabled\": true,\n \"query\": \"string\",\n \"frequency\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "tvm", "description": "", "item": [ { "name": "analytics", "description": "", "item": [ { "name": "vulnerabilities", "description": "", "item": [ { "id": "ed5eaf1c-e1e5-44c9-a21b-5f6eb64ac530", "name": "List vulnerabilities", "request": { "name": "List vulnerabilities", "description": { "content": "Retrieve a paginated list of vulnerabilities detected across endpoint devices. Includes CVE details, severity, and affected device counts.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f5b7052e-3c08-43e1-9a98-75f714642755", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"data\": [\n {\n \"id\": \"CVE-2024-12345\",\n \"name\": \"string\",\n \"severity\": \"High\",\n \"cvssScore\": 5825.877942442547,\n \"exposedDevices\": 1628,\n \"publishedOn\": \"1956-07-01T04:07:24.067Z\",\n \"hasExploit\": true,\n \"isZeroDay\": false\n },\n {\n \"id\": \"CVE-2024-12345\",\n \"name\": \"string\",\n \"severity\": \"High\",\n \"cvssScore\": 1691.161007868346,\n \"exposedDevices\": 643,\n \"publishedOn\": \"2006-02-17T08:01:31.724Z\",\n \"hasExploit\": true,\n \"isZeroDay\": false\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1758a146-37d4-4f98-b30f-a87308e0f485", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2f52120e-55f9-478b-9875-03c152ee43d1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22b2ed76-c4a0-4e16-962a-1acbcd8d5e86", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "summary", "description": "", "item": [ { "id": "67b14292-0eca-442c-abe8-6167e8c6c331", "name": "Get vulnerability summary", "request": { "name": "Get vulnerability summary", "description": { "content": "Retrieve a summary of the vulnerability landscape across the organization, including counts by severity and exposure level.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b86000e3-460d-4780-af28-a2f7713e844a", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "92d40437-e10a-4237-a814-bd79cfc29e31", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d12922a-4201-478f-a75d-f2c65410112a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "28192b63-6874-4bc0-85c8-c129a9e3b268", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "baseline", "description": "", "item": [ { "id": "b3e91b80-108d-4c3c-8974-5d320a87d814", "name": "Get vulnerability baseline", "request": { "name": "Get vulnerability baseline", "description": { "content": "Retrieve the vulnerability baseline configuration, used to track vulnerability posture changes over time.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "baseline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8ad8bf5c-0209-461e-afa7-15f05f2fb89c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "baseline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c06a3bd-c335-4b63-b869-54b06100a727", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "baseline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "587d3e7e-0d61-4b34-b66f-56f09ccc31e1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "baseline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac7aae7f-796e-49bf-bda9-8092a26a02d3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", "baseline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "{cveId}", "description": "", "item": [ { "name": "assets", "description": "", "item": [ { "id": "3612850e-e1a6-4015-a10f-484391b79e5c", "name": "Get vulnerability assets by CVE", "request": { "name": "Get vulnerability assets by CVE", "description": { "content": "Retrieve the list of assets affected by a specific vulnerability identified by its CVE ID.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", ":cveId", "assets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "CVE-2024-12345", "key": "cveId", "disabled": false, "description": { "content": "(Required) The CVE identifier of the vulnerability.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9adce490-b13c-4e69-82c3-7b7757347b12", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", ":cveId", "assets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The CVE identifier of the vulnerability.", "type": "text/plain" }, "type": "any", "value": "CVE-2024-12345", "key": "cveId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0a5f87ab-d99c-4fcd-b093-55e0ecf60489", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", ":cveId", "assets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The CVE identifier of the vulnerability.", "type": "text/plain" }, "type": "any", "value": "CVE-2024-12345", "key": "cveId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "195214b7-e752-4def-b85c-fcdb56770196", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", ":cveId", "assets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The CVE identifier of the vulnerability.", "type": "text/plain" }, "type": "any", "value": "CVE-2024-12345", "key": "cveId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a9d47d4-c439-4952-b046-11f610cfe7f9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "vulnerabilities", ":cveId", "assets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The CVE identifier of the vulnerability.", "type": "text/plain" }, "type": "any", "value": "CVE-2024-12345", "key": "cveId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "dashboard", "description": "", "item": [ { "id": "7e4d1d81-ccfc-4eab-8ee4-c3759338ff0b", "name": "Get TVM dashboard", "request": { "name": "Get TVM dashboard", "description": { "content": "Retrieve the Threat and Vulnerability Management dashboard data, including exposure score, secure score, and top recommendations.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "db0761d1-d260-497b-9509-edf3b56808f4", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "499bd81b-30b7-4f14-8c66-534304391e1d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "18e80436-dc35-4d42-b9c6-d4b8c4f68b47", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64955c9e-d89d-48e9-b139-147e156aabe5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "remediations", "description": "", "item": [ { "id": "f76a92a2-d9d6-4053-a0a2-cb32f5d4746e", "name": "List remediation tasks", "request": { "name": "List remediation tasks", "description": { "content": "Retrieve a paginated list of remediation tasks for addressing vulnerabilities.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "remediations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b43a2841-3dd6-46ee-99e7-92724eb35477", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "remediations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"data\": [\n {\n \"id\": \"string\",\n \"title\": \"string\",\n \"status\": \"string\",\n \"priority\": \"string\",\n \"affectedDevices\": 5489,\n \"createdOn\": \"1968-05-22T16:55:06.858Z\"\n },\n {\n \"id\": \"string\",\n \"title\": \"string\",\n \"status\": \"string\",\n \"priority\": \"string\",\n \"affectedDevices\": 8241,\n \"createdOn\": \"1976-10-06T11:31:19.594Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6b297bd4-6b51-41ea-aa37-2fb77e985a95", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "remediations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05a51567-af4b-4df4-a343-f205d0658678", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "remediations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a4ebcf8-5865-4ae9-be18-c627431f08d0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "remediations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "products", "description": "", "item": [ { "id": "51f556ca-7be6-4a5f-b4eb-55344faddc84", "name": "List software products", "request": { "name": "List software products", "description": { "content": "Retrieve a paginated list of software products detected across endpoint devices, including version information and vulnerability counts.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c5659943-734d-419d-a163-74ae1549e664", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b6aa1b3-e4f0-4c0d-a3b5-12970b0e941e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1179afe4-d62a-4718-be24-e45525337bed", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b3a814a-e938-4347-a9da-1c5811e9a67b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "extensions", "description": "", "item": [ { "id": "87911f22-496e-402f-99a7-0c6a1634702a", "name": "List browser extensions", "request": { "name": "List browser extensions", "description": { "content": "Retrieve a paginated list of browser extensions detected across endpoint devices.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "extensions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "96566eff-283b-4e35-ab9a-d841ed86c40a", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "extensions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47e05cb2-9688-4312-8be8-37257044db8e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "extensions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64bde938-36e0-45e6-9fc1-467650733a18", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "extensions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "970e49a8-c9fe-4341-ace9-4fcfb143eb8e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "extensions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "certificates", "description": "", "item": [ { "id": "168b7b91-0500-4bd8-a695-ffe22fb61b00", "name": "List certificates", "request": { "name": "List certificates", "description": { "content": "Retrieve a paginated list of certificates detected across endpoint devices, including expiration status and usage information.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "certificates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "16a8cf24-d668-4966-b864-b6a2210289cc", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "certificates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39e5f0b3-f27e-465d-a64d-be96039a527d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "certificates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7801fa3a-0f1d-4e80-9e52-b29dd194e507", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "certificates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3a4cf9b3-902a-4951-9025-6978a5221a75", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "certificates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "changeevents", "description": "", "item": [ { "id": "5b21ccbe-2607-483d-a7b9-ff2867beec18", "name": "List change events", "request": { "name": "List change events", "description": { "content": "Retrieve a paginated list of software and configuration change events detected across endpoint devices.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "changeevents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "855a6668-7068-4e60-96a1-8463e6583fd8", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "changeevents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b821f44d-bdac-4476-91cd-2df55eca3c6a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "changeevents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9a722c7c-bb1d-4824-99e7-ec745680b48d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "changeevents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "925c0130-d82b-4a8c-a74f-232fba6e0f53", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "changeevents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "advisories", "description": "", "item": [ { "id": "27016a38-6369-4d53-85d2-4c3961b5a13e", "name": "List security advisories", "request": { "name": "List security advisories", "description": { "content": "Retrieve a paginated list of security advisories relevant to the organization's detected software and vulnerabilities.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "advisories" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ff8ad5f8-c3ff-4ba1-b260-768dc85a15a8", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "advisories" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c2c7669-e948-4cd3-a25c-df9827de3fd4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "advisories" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "37aa5d5f-d2b1-464c-8077-c3109ba32f71", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "advisories" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9eb15bbf-1f47-4a0b-a9c2-e121f443f1ce", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "advisories" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "recommendations", "description": "", "item": [ { "name": "{recommendationId}", "description": "", "item": [ { "name": "assetsStatistics", "description": "", "item": [ { "id": "dec0a767-645d-4c95-8e6d-97883ca3018f", "name": "Get recommendation asset statistics", "request": { "name": "Get recommendation asset statistics", "description": { "content": "Retrieve asset statistics for a specific security recommendation identified by its recommendation ID. Discovered on Cloud Apps Dashboard page.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", ":recommendationId", "assetsStatistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "recommendationId", "disabled": false, "description": { "content": "(Required) The recommendation ID (e.g., sca-_-scid-20000).", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fcf2a6bb-6194-4fb5-b0fb-8782e75d3175", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", ":recommendationId", "assetsStatistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The recommendation ID (e.g., sca-_-scid-20000).", "type": "text/plain" }, "type": "any", "value": "string", "key": "recommendationId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e26e402-a8bb-44e2-bca1-2ef3466819d8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", ":recommendationId", "assetsStatistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The recommendation ID (e.g., sca-_-scid-20000).", "type": "text/plain" }, "type": "any", "value": "string", "key": "recommendationId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ff0c4bee-5cd3-4af6-bf5b-2ee48f2cca48", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", ":recommendationId", "assetsStatistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The recommendation ID (e.g., sca-_-scid-20000).", "type": "text/plain" }, "type": "any", "value": "string", "key": "recommendationId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c88897f7-9019-4434-9a8a-e0376bc3f4e0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", ":recommendationId", "assetsStatistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The recommendation ID (e.g., sca-_-scid-20000).", "type": "text/plain" }, "type": "any", "value": "string", "key": "recommendationId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "filters", "description": "", "item": [ { "id": "2c76ce29-9854-47fc-b73a-c4c91cfafef2", "name": "Get recommendations filters", "request": { "name": "Get recommendations filters", "description": { "content": "Retrieve the available filter options for security recommendations.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "56c6e342-8cb8-4cd3-8204-396a9074a95b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "760d3a41-7f51-4626-9586-f5bc812883a2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cd9f46d2-6676-4ec3-a72d-4be15bf32e12", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "acfe7f13-7583-43f3-949a-154bba2c2337", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "id": "3c3b9b31-b7db-406f-a1ee-361b2e4ab4b5", "name": "List all recommendations", "request": { "name": "List all recommendations", "description": { "content": "Retrieve a paginated list of security recommendations from Threat and Vulnerability Management.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "analytics", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "39ee856e-30fe-485e-be72-6ec115373583", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3261b6d4-d98e-40f5-82a9-eaacf092fabd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f77bcac1-6264-4692-9f8e-79c3efdea87a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0514790d-8352-4b75-92af-7672cd629ea4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "analytics", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "orgsettings", "description": "", "item": [ { "name": "provision", "description": "", "item": [ { "name": "isEligible", "description": "", "item": [ { "id": "388be1b8-d7b2-45a9-b13c-a602af18c837", "name": "Check TVM provisioning eligibility", "request": { "name": "Check TVM provisioning eligibility", "description": { "content": "Check whether the tenant is eligible for TVM provisioning.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "orgsettings", "provision", "isEligible" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4db598c2-9062-4708-9ce2-4ff744fd9e84", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "provision", "isEligible" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d51d838a-bc3f-4280-93e7-7d4c4e90acf0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "provision", "isEligible" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c806db8-6968-4912-97cc-677c0a03db06", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "provision", "isEligible" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5b61e1ba-da72-4e1e-a88d-1d79f16b181a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "provision", "isEligible" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "vulnerability-notification-rules", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "718e1b79-f508-4888-81c2-9bde4f61bc39", "name": "Get vulnerability notification rules metadata", "request": { "name": "Get vulnerability notification rules metadata", "description": { "content": "Retrieve metadata for vulnerability notification rules configuration.", "type": "text/plain" }, "url": { "path": [ "mtp", "tvm", "orgsettings", "vulnerability-notification-rules", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3784ac57-c5a2-4c1f-9f24-ad8b552eaea1", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "vulnerability-notification-rules", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a5101f97-6621-443d-bcb0-5e7fcca2fa0e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "vulnerability-notification-rules", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "888b1cd1-8639-4c60-a99b-e7251808f34a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "vulnerability-notification-rules", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2fe3c8a3-1313-4fd8-b89e-e6cf83f12e67", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "tvm", "orgsettings", "vulnerability-notification-rules", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "posture", "description": "", "item": [ { "name": "oversight", "description": "", "item": [ { "name": "tenants", "description": "", "item": [ { "id": "a5f2f90f-3466-47f9-afde-d08f6b15a3ff", "name": "Get posture oversight tenants", "request": { "name": "Get posture oversight tenants", "description": { "content": "Retrieve the list of tenants for posture oversight and compliance monitoring.", "type": "text/plain" }, "url": { "path": [ "mtp", "posture", "oversight", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7c4a5f4d-ca0c-4b2e-b69d-5ed49607a891", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "posture", "oversight", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ba0f99a-4f4d-4810-8ec9-8237ea728f70", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "posture", "oversight", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba7649c3-d427-4514-b3b1-50833177edf1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "posture", "oversight", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1019aeed-2e0d-44c5-8b7e-ed32904aa392", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "posture", "oversight", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "sccManagement", "description": "", "item": [ { "name": "mgmt", "description": "", "item": [ { "name": "TenantContext", "description": "", "item": [ { "id": "f6e2710e-f12f-450f-ae84-b9ea4b017b96", "name": "Get tenant context", "request": { "name": "Get tenant context", "description": { "content": "Retrieve the tenant context information including tenant ID, region, and configured workload status. Used for portal initialization.", "type": "text/plain" }, "url": { "path": [ "mtp", "sccManagement", "mgmt", "TenantContext" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to fetch real-time data instead of cached.", "type": "text/plain" }, "key": "realTime", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "05185307-8e49-4ae3-ae21-a013c93a93de", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "sccManagement", "mgmt", "TenantContext" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to fetch real-time data instead of cached.", "type": "text/plain" }, "key": "realTime", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e5083dc-8cad-4a2c-8199-b6653386164b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "sccManagement", "mgmt", "TenantContext" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to fetch real-time data instead of cached.", "type": "text/plain" }, "key": "realTime", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "43f39528-1884-4eb1-99eb-911604308792", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "sccManagement", "mgmt", "TenantContext" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to fetch real-time data instead of cached.", "type": "text/plain" }, "key": "realTime", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db77bb80-b6d5-47c1-9c80-bcea692f3544", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "sccManagement", "mgmt", "TenantContext" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to fetch real-time data instead of cached.", "type": "text/plain" }, "key": "realTime", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "xspmatlas", "description": "", "item": [ { "name": "assetrules", "description": "", "item": [ { "id": "1e97c11a-7524-44bf-86ca-fb122620ec4a", "name": "List critical asset classifications", "request": { "name": "List critical asset classifications", "description": { "content": "Retrieve all critical asset management classification rules configured in the tenant.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e46fb72d-ca33-4045-a78b-abc467762823", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"ruleName\": \"string\",\n \"description\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 7432,\n \"isBuiltIn\": false,\n \"matchedAssetCount\": 897\n },\n {\n \"ruleName\": \"string\",\n \"description\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 7192,\n \"isBuiltIn\": true,\n \"matchedAssetCount\": 311\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "963f8b7a-901d-4ee3-9b98-8c5c49e4c3ce", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bbe5480a-6826-4ed7-b827-9c5a8d3035d4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50d5d173-683d-4a09-b209-b6e83f6f6cf8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e4fc066e-ea02-4096-8bb3-b0adeb96e6c3", "name": "Create critical asset classification", "request": { "name": "Create critical asset classification", "description": { "content": "Create a new critical asset classification rule.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9e16ada1-1d1a-4eb3-a4cd-79b28adb56fe", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"ruleName\": \"string\",\n \"description\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 4178,\n \"isBuiltIn\": true,\n \"matchedAssetCount\": 4584\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4e434146-a65c-4233-9809-f7215cce56cb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dee15912-27c9-49f8-b8cf-e451aa164cd7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2eb42b27-5ba6-410d-88bd-ded83b785eb4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "97be5995-535b-48b5-95d8-95d908b3e712", "name": "Update critical asset classification", "request": { "name": "Update critical asset classification", "description": { "content": "Update an existing critical asset classification rule.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4c6acbbc-0687-48b7-9a82-6aff7c5325f1", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "297ebcb4-69fc-4c43-8a1c-a6e9c8e89b96", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "891673f1-9717-450a-910c-96c537a4549b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c441882c-e80d-42ea-b1bd-b47223aa687d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\",\n \"query\": \"string\",\n \"criticalityLevel\": 3227,\n \"description\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b1bc1cae-ba3b-4fec-8215-b38031ee762f", "name": "Delete critical asset classification", "request": { "name": "Delete critical asset classification", "description": { "content": "Delete a critical asset classification rule.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "df90a021-7bbd-4aca-ab7f-97461f9bde66", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8a4b091c-2a2c-456e-8ce5-e5ae8b34b583", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ad4c0cf-e6aa-485d-8589-99f5ab09ae5e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7c98911f-3a09-43ab-a2dd-85f3282be401", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": { "mode": "raw", "raw": "{\n \"ruleName\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "querybuilder", "description": "", "item": [ { "name": "assets", "description": "", "item": [ { "name": "{encodedRuleName}", "description": "", "item": [ { "id": "f79a3fbe-19ba-4554-b6e4-0c837bd7173a", "name": "Query critical asset classification", "request": { "name": "Query critical asset classification", "description": { "content": "Execute a critical asset classification rule query to preview which assets would be classified.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "assets", ":encodedRuleName" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "encodedRuleName", "disabled": false, "description": { "content": "(Required) The URL-encoded rule name to query.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b6c8177d-b8e4-4e00-bb79-36bcd1db3cc5", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "assets", ":encodedRuleName" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The URL-encoded rule name to query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "encodedRuleName" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5cb96f48-3645-42c9-9d8c-98bd9a24ccbb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "assets", ":encodedRuleName" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The URL-encoded rule name to query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "encodedRuleName" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eb8d8a21-3343-4608-b697-ee485dc2452c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "assets", ":encodedRuleName" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The URL-encoded rule name to query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "encodedRuleName" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6944a702-6365-4b68-b5f2-df066a624a45", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "assets", ":encodedRuleName" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The URL-encoded rule name to query.", "type": "text/plain" }, "type": "any", "value": "string", "key": "encodedRuleName" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "schema", "description": "", "item": [ { "id": "0b68a9bd-d6fd-4f95-ba1c-363ce0c02b65", "name": "Get critical asset classification schema", "request": { "name": "Get critical asset classification schema", "description": { "content": "Retrieve the query builder schema for critical asset classification rules, including available fields, operators, and value types.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e195c5e3-7132-4c1e-9df3-8bb90877be68", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "995cdfd7-c50d-437a-a1bd-80b232065820", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6d6a503-201d-4003-a9b4-7bcd2b4fac64", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1f5e2753-7064-46d8-9c3a-52ae35f98133", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspmatlas", "assetrules", "querybuilder", "schema" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "urbacConfiguration", "description": "", "item": [ { "name": "gw", "description": "", "item": [ { "name": "unifiedrbac", "description": "", "item": [ { "name": "configuration", "description": "", "item": [ { "name": "tenantinfo", "description": "", "item": [ { "id": "10382cc2-9948-4b37-a550-b774da218570", "name": "Get unified RBAC workload configuration", "request": { "name": "Get unified RBAC workload configuration", "description": { "content": "Retrieve the unified RBAC (Role-Based Access Control) configuration for the tenant, including enabled workloads and permission scopes.", "type": "text/plain" }, "url": { "path": [ "mtp", "urbacConfiguration", "gw", "unifiedrbac", "configuration", "tenantinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "abdc2b2f-1f63-424a-aa91-f2a6f8350bfd", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "urbacConfiguration", "gw", "unifiedrbac", "configuration", "tenantinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c62fe98c-0ecb-4714-9e7a-4299df2e6199", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "urbacConfiguration", "gw", "unifiedrbac", "configuration", "tenantinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0933135c-8995-4ec0-bc18-2fb6232578ad", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "urbacConfiguration", "gw", "unifiedrbac", "configuration", "tenantinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "85a3e5de-ab20-47b7-b241-a335501d694f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "urbacConfiguration", "gw", "unifiedrbac", "configuration", "tenantinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "autoIr", "description": "", "item": [ { "name": "ui", "description": "", "item": [ { "name": "properties", "description": "", "item": [ { "id": "e06e5b93-4e41-4941-a0c6-3e8956931f1a", "name": "Get automated investigation properties", "request": { "name": "Get automated investigation properties", "description": { "content": "Retrieve the automated investigation and response (AIR) UI properties and configuration settings.", "type": "text/plain" }, "url": { "path": [ "mtp", "autoIr", "ui", "properties" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "30ca69f9-b414-475a-9be3-18056e693e18", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "autoIr", "ui", "properties" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9771d87d-86a6-4d01-9e47-e37e7f5c0693", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "autoIr", "ui", "properties" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05875a4a-cbd1-48dc-86bf-8abe37963c9b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "autoIr", "ui", "properties" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0712b9d9-a41e-4153-b87d-a0eb5a11121a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "autoIr", "ui", "properties" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "wdatpInternalApi", "description": "", "item": [ { "name": "compliance", "description": "", "item": [ { "name": "alertSharing", "description": "", "item": [ { "name": "status", "description": "", "item": [ { "id": "70143a33-b77f-4d59-953c-bfce62e23655", "name": "Get alert sharing compliance status", "request": { "name": "Get alert sharing compliance status", "description": { "content": "Retrieve the alert sharing compliance status from the WDATP internal API.", "type": "text/plain" }, "url": { "path": [ "mtp", "wdatpInternalApi", "compliance", "alertSharing", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "28573c77-b54a-4e51-a582-c62354432063", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "wdatpInternalApi", "compliance", "alertSharing", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "653333e0-67b8-4b53-aff0-42d308063775", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "wdatpInternalApi", "compliance", "alertSharing", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3dec5fb2-ae46-4f53-97f6-df8c684420e2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "wdatpInternalApi", "compliance", "alertSharing", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9fdc827d-4917-4516-a869-46164931f9d3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "wdatpInternalApi", "compliance", "alertSharing", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "xspm", "description": "", "item": [ { "name": "attackpaths", "description": "", "item": [ { "id": "c87ff709-0c12-4882-8509-ffb5a51f88d6", "name": "Get attack paths", "request": { "name": "Get attack paths", "description": { "content": "Retrieve attack paths identified by the Exposure Management engine. Attack paths show how an attacker could potentially traverse the environment from entry points to critical assets.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspm", "attackpaths" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 7915,\n \"pageSize\": 8159\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ebfd564e-b4e9-47fc-8755-138c0d6d7c98", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspm", "attackpaths" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 7915,\n \"pageSize\": 8159\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"data\": [\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"riskLevel\": \"High\",\n \"entryPointCount\": 5937,\n \"targetCount\": 9605,\n \"nodeCount\": 789\n },\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"riskLevel\": \"Medium\",\n \"entryPointCount\": 8858,\n \"targetCount\": 2734,\n \"nodeCount\": 5893\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c97285b-e8eb-47d2-b6f9-254c76d7bdc6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "attackpaths" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 7915,\n \"pageSize\": 8159\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64959a1a-92c7-41e3-bcc0-5398b6dbf966", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "attackpaths" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 7915,\n \"pageSize\": 8159\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6079bf95-852d-4c54-a9b2-ce982612d37d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "attackpaths" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 7915,\n \"pageSize\": 8159\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "chokepoints", "description": "", "item": [ { "id": "1eab5564-9271-4281-91d8-f20ec8effce5", "name": "Get choke points", "request": { "name": "Get choke points", "description": { "content": "Retrieve choke points identified by the Exposure Management engine. Choke points are assets that appear in multiple attack paths, making them high-value targets for remediation.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspm", "chokepoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 1094,\n \"pageSize\": 5582\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e05e2369-c968-40f7-a15f-f4825ac33d54", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspm", "chokepoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 1094,\n \"pageSize\": 5582\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"data\": [\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"assetType\": \"string\",\n \"attackPathCount\": 8853,\n \"riskLevel\": \"string\"\n },\n {\n \"id\": \"string\",\n \"name\": \"string\",\n \"assetType\": \"string\",\n \"attackPathCount\": 2296,\n \"riskLevel\": \"string\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f20a9c9-92fe-44c0-821c-8c2809f89ee8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "chokepoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 1094,\n \"pageSize\": 5582\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cbd5bd68-2d21-4623-8c7b-979c9bf8c487", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "chokepoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 1094,\n \"pageSize\": 5582\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "431449f4-09bf-401a-9901-a3a9c01713ea", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "chokepoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 1094,\n \"pageSize\": 5582\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "topentrypoints", "description": "", "item": [ { "id": "ccf2dc6c-4841-406d-ad0f-5bf647167f5e", "name": "Get top entry points", "request": { "name": "Get top entry points", "description": { "content": "Retrieve the top entry points identified by the Exposure Management engine. Entry points are external-facing assets that could be used to gain initial access.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspm", "topentrypoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c7450f8e-3e64-4013-b928-f9b5869cd66b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspm", "topentrypoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "007e5788-7f36-4565-a649-b53c52b389c3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "topentrypoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0e2c3526-93b3-4137-aa64-e159a5e78934", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "topentrypoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d7471ce7-e02d-4a59-97b2-4c2b266b7838", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "topentrypoints" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "toptargets", "description": "", "item": [ { "id": "b927c031-49c2-4bf2-a1fe-608e1209c1dc", "name": "Get top targets", "request": { "name": "Get top targets", "description": { "content": "Retrieve the top target assets identified by the Exposure Management engine. Top targets are critical assets that are reachable through multiple attack paths.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspm", "toptargets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c45965cf-e681-4cd0-8163-b0f06dab00ca", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspm", "toptargets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "24a926b6-0f5a-4b1a-b080-9a6430df5270", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "toptargets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "58d41437-c23b-476a-a7fb-9b13cf622fa7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "toptargets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98af20d3-78df-426f-814a-6a82ebb5ba8a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "toptargets" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6972,\n \"pageSize\": 351\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "hunting", "description": "", "item": [ { "id": "6ddc3afd-043c-48b3-b82c-b0b2c1beacce", "name": "Run XSPM hunting query", "request": { "name": "Run XSPM hunting query", "description": { "content": "Execute an exposure management hunting query to search for specific attack paths or exposure scenarios.", "type": "text/plain" }, "url": { "path": [ "mtp", "xspm", "hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bc823b06-6080-4262-b9f5-1cf648d2e8e5", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "xspm", "hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ef8d3cd5-0820-4fd5-9fc7-dd92a2995e1e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c0f32255-bd6a-4f3a-be1c-71ded377dd7d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "719a7c58-42fd-410a-ae1c-43d805210b99", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "xspm", "hunting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "exposureManagement", "description": "", "item": [ { "name": "recommendations", "description": "", "item": [ { "id": "25a7671c-d950-4958-acfd-4d90d0d12461", "name": "Get exposure recommendations", "request": { "name": "Get exposure recommendations", "description": { "content": "Retrieve a paginated list of security recommendations from the Exposure Management engine.", "type": "text/plain" }, "url": { "path": [ "mtp", "exposureManagement", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "928f3ff6-7477-4011-8c4f-6f35a0fd1b72", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "exposureManagement", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1eeba4ae-db47-431e-8f2a-e4c90e48baf9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "exposureManagement", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "929381fb-0dc8-4eec-90f3-130c5ed58d8d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "exposureManagement", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "57e2f2ef-71f2-4062-a948-d20e2a00dc8c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "exposureManagement", "recommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "threatAnalyticsAPI", "description": "", "item": [ { "name": "outbreaks", "description": "", "item": [ { "id": "176e9eaf-f56b-4bc4-b4c3-e43a04087f78", "name": "List threat analytics outbreaks", "request": { "name": "List threat analytics outbreaks", "description": { "content": "Retrieve a paginated list of threat analytics reports and outbreaks. Threat analytics provides expert analysis of emerging threats and their potential impact on the organization.", "type": "text/plain" }, "url": { "path": [ "mtp", "threatAnalyticsAPI", "outbreaks" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8dc0fe35-91d9-4c5d-a727-36fc51d78473", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "threatAnalyticsAPI", "outbreaks" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"outbreaks\": [\n {\n \"id\": \"string\",\n \"title\": \"string\",\n \"description\": \"string\",\n \"severity\": \"Low\",\n \"publishedDate\": \"1947-12-03T01:16:24.842Z\",\n \"lastUpdatedDate\": \"1968-10-09T15:53:39.798Z\",\n \"impactedDevices\": 3126,\n \"exposedDevices\": 1330,\n \"mitigatedDevices\": 2812,\n \"tags\": [\n \"string\",\n \"string\"\n ]\n },\n {\n \"id\": \"string\",\n \"title\": \"string\",\n \"description\": \"string\",\n \"severity\": \"Informational\",\n \"publishedDate\": \"2008-04-14T18:39:00.312Z\",\n \"lastUpdatedDate\": \"1949-01-20T05:27:01.011Z\",\n \"impactedDevices\": 3107,\n \"exposedDevices\": 2783,\n \"mitigatedDevices\": 630,\n \"tags\": [\n \"string\",\n \"string\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "215ac142-20f8-49f0-9c82-7bf5cd48c0df", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalyticsAPI", "outbreaks" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f29a9b82-87f3-44be-98e3-2ab1dcd4218c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalyticsAPI", "outbreaks" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c46ab44f-7ead-4a75-a5ad-b1b0555d7f7c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalyticsAPI", "outbreaks" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "threatAnalytics", "description": "", "item": [ { "name": "outbreaks", "description": "", "item": [ { "name": "changeCount", "description": "", "item": [ { "id": "110ac01d-0084-4ceb-abb4-9c77b958258d", "name": "Get outbreak change count", "request": { "name": "Get outbreak change count", "description": { "content": "Retrieve the count of changes to threat analytics outbreaks since the last check, used for notification badges.", "type": "text/plain" }, "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "changeCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e1598d30-ba21-4125-b151-65f3aa170c2c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "changeCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bbc6192d-8acb-4ba6-946e-c7b3fac32c2c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "changeCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "92d16ab1-051e-4b26-9aae-2226e14c5150", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "changeCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a97a627-a059-47fc-b5cf-91b0f8f809b2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "changeCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "outbreaksEnrichedDataMtp", "description": "", "item": [ { "id": "b64577ce-bef6-4609-8fa6-588fa638acc1", "name": "Get enriched outbreak data", "request": { "name": "Get enriched outbreak data", "description": { "content": "Retrieve enriched threat analytics outbreak data including mitigation status and organizational impact metrics.", "type": "text/plain" }, "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "outbreaksEnrichedDataMtp" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d4cb6ed7-7173-41b5-8b06-eee44e1fd63c", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "outbreaksEnrichedDataMtp" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b3027564-c299-433d-a2de-46db88b1c5d4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "outbreaksEnrichedDataMtp" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ec0900a0-324b-4bea-923e-b21919b0beeb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "outbreaksEnrichedDataMtp" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6902451-855a-417c-a1e5-a2a380edb009", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "outbreaksEnrichedDataMtp" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "topthreats", "description": "", "item": [ { "id": "aff753e5-1b8f-425b-83f2-7c8e420f0ed6", "name": "Get top threats", "request": { "name": "Get top threats", "description": { "content": "Retrieve the top threat analytics threats based on organizational impact and exposure.", "type": "text/plain" }, "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "topthreats" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6b53883f-d541-4a82-9f93-b1cccba32c6b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "topthreats" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22592a16-0639-4d88-8b48-6c43a060bbd7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "topthreats" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86cce243-0b45-46d5-a2e4-02a37261c3fa", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "topthreats" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac86f635-47a9-4942-a199-d01efcd6e3cc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "threatAnalytics", "outbreaks", "topthreats" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "actionCenter", "description": "", "item": [ { "name": "actioncenterui", "description": "", "item": [ { "name": "history-actions", "description": "", "item": [ { "id": "dd959a3f-0036-4dc7-b84d-def299e8da33", "name": "Get action center history", "request": { "name": "Get action center history", "description": { "content": "Retrieve the history of completed actions from the Defender XDR Action Center. Includes automated investigation actions, manual response actions, and remediation activities.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5391d4ec-729e-4a19-b81a-ed83f0cfab05", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"actions\": [\n {\n \"actionId\": \"string\",\n \"actionType\": \"string\",\n \"status\": \"Cancelled\",\n \"entityType\": \"string\",\n \"entityName\": \"string\",\n \"investigationId\": \"string\",\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2016-01-11T20:47:44.928Z\",\n \"completedDateTime\": \"1959-06-26T20:21:03.598Z\"\n },\n {\n \"actionId\": \"string\",\n \"actionType\": \"string\",\n \"status\": \"Failed\",\n \"entityType\": \"string\",\n \"entityName\": \"string\",\n \"investigationId\": \"string\",\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2002-04-25T15:35:43.926Z\",\n \"completedDateTime\": \"1949-08-04T13:31:28.116Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d7ea168-f8d0-452b-870a-9189d2929beb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f6db986-dc00-486d-a4f2-8431b005ffe2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bfb189fc-9f8f-4c9b-a6c4-99ca8ffd5ec0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "filters", "description": "", "item": [ { "id": "987090f3-1878-485a-8699-9e0aa31263c5", "name": "Get history actions filters", "request": { "name": "Get history actions filters", "description": { "content": "Retrieve the available filter options for history actions in the Action Center.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7765a75b-f201-4b33-b544-ce9d4a11e431", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c69d719-2daf-4ba2-aba8-3e6f4be50a8a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "434a3af2-82a2-42a4-9c03-cd4aba069169", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9cc0d85-2752-46ac-9d34-d54e47854cf4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "history-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "pending-actions", "description": "", "item": [ { "id": "b2fc437f-19d8-48f2-b517-8d12cf7ecef5", "name": "Get pending actions", "request": { "name": "Get pending actions", "description": { "content": "Retrieve the list of pending actions from the Defender XDR Action Center that are awaiting approval or execution.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5cc9a8cd-e15d-4242-9d78-a11bafc445ae", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"actions\": [\n {\n \"actionId\": \"string\",\n \"actionType\": \"string\",\n \"status\": \"Cancelled\",\n \"entityType\": \"string\",\n \"entityName\": \"string\",\n \"investigationId\": \"string\",\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2016-01-11T20:47:44.928Z\",\n \"completedDateTime\": \"1959-06-26T20:21:03.598Z\"\n },\n {\n \"actionId\": \"string\",\n \"actionType\": \"string\",\n \"status\": \"Failed\",\n \"entityType\": \"string\",\n \"entityName\": \"string\",\n \"investigationId\": \"string\",\n \"createdBy\": \"string\",\n \"createdDateTime\": \"2002-04-25T15:35:43.926Z\",\n \"completedDateTime\": \"1949-08-04T13:31:28.116Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c70a3c01-ba9a-4ab0-8e98-73c256c78892", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0c666b70-d6df-4def-8206-545e261aa0b0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07f60d0d-0bbf-407d-ba35-84d4db5a0256", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Number of records to skip.", "type": "text/plain" }, "key": "$skip", "value": "1734" }, { "disabled": false, "description": { "content": "Maximum number of records to return.", "type": "text/plain" }, "key": "$top", "value": "1734" }, { "disabled": false, "description": { "content": "The number of results per page.", "type": "text/plain" }, "key": "pageSize", "value": "50" }, { "disabled": false, "description": { "content": "The page index for pagination.", "type": "text/plain" }, "key": "pageIndex", "value": "0" }, { "disabled": false, "description": { "content": "Field to sort results by.", "type": "text/plain" }, "key": "sortByField", "value": "string" }, { "disabled": false, "description": { "content": "Sort order. (This can only be one of Ascending,Descending)", "type": "text/plain" }, "key": "sortOrder", "value": "Descending" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "filters", "description": "", "item": [ { "id": "06f584b1-b61c-482b-8e22-ab5df38faf96", "name": "Get pending actions filters", "request": { "name": "Get pending actions filters", "description": { "content": "Retrieve the available filter options for pending actions in the Action Center.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "eeb3a449-e503-460f-8d43-184d552a2ce5", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4542accb-b921-4ade-a0c0-8abd191a72a1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ab972013-8b3c-45b4-bc60-d6d51604346a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "77a29203-d212-4fe4-8dda-14d056d00ca7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "filters" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "pending-actions-summary", "description": "", "item": [ { "id": "34ed49c1-3f2b-4f75-9ef2-c3c8bd823d00", "name": "Get pending actions summary", "request": { "name": "Get pending actions summary", "description": { "content": "Retrieve a summary of pending actions in the Action Center, including counts by action type and status.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "pending-actions-summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e70fb977-d61b-40a8-b1bd-835985109f37", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "pending-actions-summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c8e8482a-6006-4472-b013-b48a06257a54", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "pending-actions-summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5455ebb2-adb3-4572-be84-713940dde86b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "pending-actions-summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d07064d-58b8-4e24-91ab-3935d2aa9e04", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "pending-actions", "pending-actions-summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "tile", "description": "", "item": [ { "id": "4734d4c8-0804-47bf-8214-2c020ae85a64", "name": "Get action center tile summary", "request": { "name": "Get action center tile summary", "description": { "content": "Retrieve the Action Center tile summary data, including counts of pending and completed actions.", "type": "text/plain" }, "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f466037c-f188-4bef-a2ee-a91743a1749b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c47d22ce-0d33-4107-90be-fc24f0072f3c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "457d0e0c-f074-49e3-8af9-ee326835484d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6ac4fb93-d303-4a76-a3f0-f69719a10869", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "actionCenter", "actioncenterui", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "streamingapi", "description": "", "item": [ { "name": "streamingApiConfiguration", "description": "", "item": [ { "id": "52988cc5-e590-4ef8-9bc5-e75c3f38cb2c", "name": "Get streaming API configuration", "request": { "name": "Get streaming API configuration", "description": { "content": "Retrieve the Streaming API configuration for the tenant. The Streaming API enables real-time export of security events to Azure Event Hubs or Azure Storage accounts for external processing and SIEM integration.", "type": "text/plain" }, "url": { "path": [ "mtp", "streamingapi", "streamingApiConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "57dade8b-fc44-4a2f-aafc-d5660d6fc735", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "streamingapi", "streamingApiConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": false,\n \"destinations\": [\n {\n \"destinationType\": \"StorageAccount\",\n \"resourceId\": \"string\",\n \"eventTypes\": [\n \"string\",\n \"string\"\n ]\n },\n {\n \"destinationType\": \"StorageAccount\",\n \"resourceId\": \"string\",\n \"eventTypes\": [\n \"string\",\n \"string\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "932c2b63-50f7-44c2-af12-ddff61f7bef0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "streamingapi", "streamingApiConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10151161-7d5d-426b-b31c-88e67b9f274a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "streamingapi", "streamingApiConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0ba1582e-b4fd-4ffe-b6e2-4a3bb62f12c5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "streamingapi", "streamingApiConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "secureScore", "description": "", "item": [ { "name": "security", "description": "", "item": [ { "name": "secureScoresV2", "description": "", "item": [ { "id": "2466be9e-b937-4983-bab7-668a1a91380b", "name": "Get secure scores V2", "request": { "name": "Get secure scores V2", "description": { "content": "Retrieve the current secure scores for the organization using the V2 endpoint, including overall score and category breakdowns.", "type": "text/plain" }, "url": { "path": [ "mtp", "secureScore", "security", "secureScoresV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fb5aa7ab-1886-4450-969e-82fbf81815b6", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoresV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ee5fb6e-0aa5-428b-8135-01fc7303df4a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoresV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "46d0f67e-1df4-4fa9-af8f-acbd75fcbf29", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoresV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f6402b3-ce01-4f14-a1f0-cbf3bf642345", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoresV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "secureScoreControlProfilesV2", "description": "", "item": [ { "id": "2055c1eb-1058-4fd7-9efe-481e68cbbe86", "name": "Get secure score control profiles V2", "request": { "name": "Get secure score control profiles V2", "description": { "content": "Retrieve the secure score control profiles using the V2 endpoint, including improvement actions and their status.", "type": "text/plain" }, "url": { "path": [ "mtp", "secureScore", "security", "secureScoreControlProfilesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9f666fe8-f2cc-4962-9930-07ca20c91b43", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreControlProfilesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e3dce29-8e9c-42ea-9eb4-c39a13f12def", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreControlProfilesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2564fc67-5730-4c08-a291-8ccfe8aec802", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreControlProfilesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26d16f1a-a82f-45e0-a616-ebda67bf3f12", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreControlProfilesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "secureScoreSecurityInitiativesV2", "description": "", "item": [ { "id": "8cd7ebb1-43f9-4405-ae4e-762bae331207", "name": "Get security initiatives V2", "request": { "name": "Get security initiatives V2", "description": { "content": "Retrieve the security initiatives from the secure score V2 endpoint, including initiative progress and recommended actions.", "type": "text/plain" }, "url": { "path": [ "mtp", "secureScore", "security", "secureScoreSecurityInitiativesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c6014da0-0b31-4005-a2c7-b65ec49e0f7b", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreSecurityInitiativesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c97f1163-d417-4634-8980-47e884884f5a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreSecurityInitiativesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e02d9c8-e0f4-4717-ba16-9df7a478e563", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreSecurityInitiativesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "971668c3-0bb6-4b29-953a-f31840353f07", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreSecurityInitiativesV2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "secureScoreTenantProfile", "description": "", "item": [ { "id": "c47f88a5-d7d6-4f63-a15b-8afa359c9e47", "name": "Get tenant secure score profile", "request": { "name": "Get tenant secure score profile", "description": { "content": "Retrieve the tenant's secure score profile, including configuration and benchmark comparisons.", "type": "text/plain" }, "url": { "path": [ "mtp", "secureScore", "security", "secureScoreTenantProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7f5ff2a9-7638-41da-aade-ca289077742f", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreTenantProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffdfe8e1-a694-408a-9976-edbeb2d763c9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreTenantProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6b16b09c-f719-48a8-9f7e-3a009d1d780b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreTenantProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2c3430a4-db57-4474-941c-14eeab0bc0be", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreTenantProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "secureScoreInsights", "description": "", "item": [ { "id": "4d35178f-688b-4f7e-b30e-8772fa0400cc", "name": "Get secure score insights", "request": { "name": "Get secure score insights", "description": { "content": "Retrieve insights and recommendations for improving the organization's secure score.", "type": "text/plain" }, "url": { "path": [ "mtp", "secureScore", "security", "secureScoreInsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "085deffb-6e0b-49b6-8452-da2fd738fd6d", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreInsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f2e2c17-5e59-45d5-b5bc-8fe40a48bd3b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreInsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "879af0a1-41a0-4612-8da8-7c18936b9eaa", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreInsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e840702-85ef-43e1-803f-881f599603fa", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "secureScore", "security", "secureScoreInsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "mdepDnH", "description": "", "item": [ { "name": "reports", "description": "", "item": [ { "name": "machineHealth", "description": "", "item": [ { "name": "healthStatus", "description": "", "item": [ { "id": "2c64e259-02fd-4089-8751-c55156e34932", "name": "Get machine health status report", "request": { "name": "Get machine health status report", "description": { "content": "Retrieve the machine health status report including device health distribution and trends.", "type": "text/plain" }, "url": { "path": [ "mtp", "mdepDnH", "reports", "machineHealth", "healthStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d889f1df-e017-4d8c-8e2a-78037f42a29e", "name": "OK", "originalRequest": { "url": { "path": [ "mtp", "mdepDnH", "reports", "machineHealth", "healthStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4d47ab6a-6dbc-44c7-8ea8-ccd01af6ae48", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtp", "mdepDnH", "reports", "machineHealth", "healthStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d4e0999c-5607-405d-8082-3f27e3ab2c92", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtp", "mdepDnH", "reports", "machineHealth", "healthStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9953c585-beac-4e91-ad59-bef29ea536cb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtp", "mdepDnH", "reports", "machineHealth", "healthStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "mdi", "description": "", "item": [ { "name": "identity", "description": "", "item": [ { "name": "userapiservice", "description": "", "item": [ { "name": "user", "description": "", "item": [ { "name": "resolve", "description": "", "item": [ { "id": "cfd04060-ce21-4fba-a8a5-f38ace676d2f", "name": "Resolve identity user", "request": { "name": "Resolve identity user", "description": { "content": "Resolve a user identity from Microsoft Defender for Identity (MDI). Returns detailed user information including lateral movement paths and risk assessment data.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "user", "resolve" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "61ac8fc2-c76d-40ad-bbf5-9dbf10e6dd41", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "resolve" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\",\n \"displayName\": \"string\",\n \"riskScore\": \"Medium\",\n \"isAdmin\": false,\n \"isSensitive\": true,\n \"lateralMovementPaths\": 6908\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44fb265d-dc71-4f20-b9eb-22a0485c9fae", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "resolve" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4fa166cb-087a-41e6-946e-d2931a325f34", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "resolve" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0529d4c2-5ef3-4355-8e96-906cb678f2f7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "resolve" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"accountDomain\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "timeline", "description": "", "item": [ { "id": "58567f9a-e51c-4ad5-9fd0-65e94608b821", "name": "Get user timeline", "request": { "name": "Get user timeline", "description": { "content": "Retrieve the activity timeline for a specific user from Defender for Identity, including sign-in events, lateral movement, and suspicious activities.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "user", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The user account name.", "type": "text/plain" }, "key": "accountName", "value": "string" }, { "disabled": false, "description": { "content": "The account domain.", "type": "text/plain" }, "key": "accountDomain", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c124d990-8581-4705-86ab-399d290ca516", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The user account name.", "type": "text/plain" }, "key": "accountName", "value": "string" }, { "disabled": false, "description": { "content": "The account domain.", "type": "text/plain" }, "key": "accountDomain", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f5a7191d-01f8-4d6b-9493-af25e3e66c70", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The user account name.", "type": "text/plain" }, "key": "accountName", "value": "string" }, { "disabled": false, "description": { "content": "The account domain.", "type": "text/plain" }, "key": "accountDomain", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d49cba75-5e17-4b28-95fa-f3fb47ed5bc5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The user account name.", "type": "text/plain" }, "key": "accountName", "value": "string" }, { "disabled": false, "description": { "content": "The account domain.", "type": "text/plain" }, "key": "accountDomain", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98688706-520f-47bd-b8da-4001a29bf7c2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "user", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The user account name.", "type": "text/plain" }, "key": "accountName", "value": "string" }, { "disabled": false, "description": { "content": "The account domain.", "type": "text/plain" }, "key": "accountDomain", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "serviceaccount", "description": "", "item": [ { "name": "entities", "description": "", "item": [ { "id": "a90570b5-b396-4a95-af68-d7d21ccc406a", "name": "List service accounts", "request": { "name": "List service accounts", "description": { "content": "Retrieve a list of service account entities from Defender for Identity. Service accounts are automatically identified based on usage patterns.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "serviceaccount", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6178,\n \"pageSize\": 4537\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "315b6f3c-aafa-4ac7-8bf4-1c7bf6ad03db", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "serviceaccount", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6178,\n \"pageSize\": 4537\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a2ad989-7f62-47d9-bf83-741c4e5efef2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "serviceaccount", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6178,\n \"pageSize\": 4537\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f18cdc04-1cf0-4f0a-a1d1-7ab7e033508e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "serviceaccount", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6178,\n \"pageSize\": 4537\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "02ab88d3-6da3-4fe1-87f5-9c936e581cb8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "serviceaccount", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6178,\n \"pageSize\": 4537\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "statistics", "description": "", "item": [ { "id": "1f278079-4613-4173-b461-0fdbee00fd20", "name": "Get identity statistics", "request": { "name": "Get identity statistics", "description": { "content": "Retrieve identity-related statistics from Defender for Identity, including user counts, risk distributions, and coverage metrics.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3a6816d5-fcb6-4c02-ad4a-a2662d36975a", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2cabeb7-5cc3-4c01-9f18-884ada7b0a27", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e251e82d-90e5-4467-98b1-5e7f1a00a4ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bbd08f53-b072-4257-b63e-f452b08ab5b0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "status", "description": "", "item": [ { "id": "b6cb3bbe-2e12-4e5a-9a19-6c2e573142c0", "name": "Get onboarding status", "request": { "name": "Get onboarding status", "description": { "content": "Retrieve the Defender for Identity onboarding and deployment status for the tenant.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f1af3bcc-10de-4cf4-9d14-0dcd208f1e30", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isOnboarded\": true,\n \"sensorCount\": 6882\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "74ae6ae8-af35-4167-bb30-bf73cfd35d25", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fcbd32ef-e6c1-48ff-9941-6c2143a0ae8d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1df5ce39-33d1-41d4-abe1-847c6f0cb4dc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "alertThreshold", "description": "", "item": [ { "id": "8733ce6a-4346-4161-b1fe-90739aef0b23", "name": "Get alert threshold", "request": { "name": "Get alert threshold", "description": { "content": "Retrieve the alert threshold configuration for Defender for Identity.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "alertThreshold" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0a2ccb5f-e5d9-4efb-aa9d-efe73871cd9c", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "alertThreshold" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "038849ae-0f94-4e75-925b-6c3c6b1016b9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "alertThreshold" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ef141b7-3d97-43a9-8a38-9ffc54225bca", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "alertThreshold" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a30f81c1-7a62-49fa-b906-d4f6997886c5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "alertThreshold" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "directoryServiceAccount", "description": "", "item": [ { "id": "ac11d323-e2cb-4bbf-85ac-1a99f6a72a43", "name": "Get directory service account", "request": { "name": "Get directory service account", "description": { "content": "Retrieve the directory service account configuration used by Defender for Identity sensors for Active Directory connectivity.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "userapiservice", "directoryServiceAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0951c6aa-b81a-4afb-8ade-18299463c8aa", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "directoryServiceAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05cac12b-a1cb-4ac4-9fe8-c583c7dc956c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "directoryServiceAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7cf360df-a7bd-4fba-b6af-dfb22dee2ec8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "directoryServiceAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b1bc6dc2-9fc3-4c39-acfd-12393da2c000", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "userapiservice", "directoryServiceAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "identitiesapiservice", "description": "", "item": [ { "name": "identity", "description": "", "item": [ { "name": "entities", "description": "", "item": [ { "id": "9577e8d4-0230-48cc-a097-71becefe1595", "name": "List identity entities", "request": { "name": "List identity entities", "description": { "content": "Retrieve a list of identity entities from Defender for Identity. Supports filtering and pagination.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "identity", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6667,\n \"pageSize\": 1124\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7a0a38da-0e2f-4a21-ba30-49a3c6dcc416", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "identity", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6667,\n \"pageSize\": 1124\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"totalCount\": 1,\n \"entities\": [\n {\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"entityType\": \"User\",\n \"riskScore\": \"string\"\n },\n {\n \"id\": \"string\",\n \"displayName\": \"string\",\n \"entityType\": \"Computer\",\n \"riskScore\": \"string\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2081bcaa-5933-41e1-b81d-5cb4544f9bad", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "identity", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6667,\n \"pageSize\": 1124\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98586458-fc20-4fc7-81ae-5280b469c14e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "identity", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6667,\n \"pageSize\": 1124\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e01c1589-639c-4ae9-b52e-6b01ed5eb7f7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "identity", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"filters\": {},\n \"pageIndex\": 6667,\n \"pageSize\": 1124\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "domainController", "description": "", "item": [ { "name": "coverage", "description": "", "item": [ { "id": "fe89ae12-f3fe-4ebe-b933-026d1db24ac3", "name": "Get domain controller coverage", "request": { "name": "Get domain controller coverage", "description": { "content": "Retrieve the Defender for Identity sensor coverage status for domain controllers in the environment.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "domainController", "coverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e1731a84-eb3d-42b8-a591-b458bc277326", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "domainController", "coverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"domainControllerName\": \"string\",\n \"domainName\": \"string\",\n \"sensorStatus\": \"Running\",\n \"sensorVersion\": \"string\",\n \"lastCommunication\": \"1977-11-08T19:10:38.671Z\"\n },\n {\n \"domainControllerName\": \"string\",\n \"domainName\": \"string\",\n \"sensorStatus\": \"Updating\",\n \"sensorVersion\": \"string\",\n \"lastCommunication\": \"2002-04-19T02:11:01.508Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9d9013ec-4240-471c-878f-04ab208f31d0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "domainController", "coverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "905c9384-7f02-4f3b-8c64-f78b63909224", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "domainController", "coverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c7da8c7-8cae-40eb-9502-4647928f87cc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "domainController", "coverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "remediationAccount", "description": "", "item": [ { "id": "d43e8b25-9019-4329-a2cd-956aaafd2619", "name": "Get remediation action account", "request": { "name": "Get remediation action account", "description": { "content": "Retrieve the remediation action account configuration used by Defender for Identity to perform automated remediation actions such as disabling compromised accounts.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d49e5d38-35f6-4c71-8cad-1cabec133846", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"isConfigured\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea05f3f2-d5f7-4860-897d-8dda31aac33d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a56c583-e372-4b5f-bbbb-3a5d3f2523ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d4ee9921-0e35-47b2-ae25-cc9640f9e25e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a9989877-b576-4328-bbcc-a0f25179a391", "name": "Create remediation action account", "request": { "name": "Create remediation action account", "description": { "content": "Configure a new remediation action account for Defender for Identity.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b359f8bd-8fdf-44eb-b0f8-8ec11340e671", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"id\": \"string\",\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"isConfigured\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c5c86a1-4168-497b-abb4-8a41c70e2434", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "77ec4131-e11e-4a31-8a53-f803dc333824", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "425d157b-0fcb-474c-b992-9478e60ae3d7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1cfd7efa-ec7f-420c-9459-65df6688eb71", "name": "Update remediation action account", "request": { "name": "Update remediation action account", "description": { "content": "Update the remediation action account configuration.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fbf51c03-b39b-46ae-a823-e5fbb9e897f6", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8dbd4017-163a-49cc-907c-0d9078e419ea", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "11dd2774-ff8c-4683-9011-cef53549e0cf", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d288cc13-197f-479e-9ed3-b7461700f61e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"accountName\": \"string\",\n \"domainName\": \"string\",\n \"password\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2316eddd-393c-4bee-8e3f-440f4e9e612e", "name": "Delete remediation action account", "request": { "name": "Delete remediation action account", "description": { "content": "Remove the remediation action account configuration.", "type": "text/plain" }, "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "a44da484-0237-4b1f-9cb4-f6d228f165bb", "name": "OK", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7e3ae9f5-00bb-49e5-b96e-512b6c7aee99", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c3fb35a-6b15-4996-9b4a-0236dba0c72a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "03f9d64c-5bc9-4b99-afb9-a293e133fa1b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdi", "identity", "identitiesapiservice", "remediationAccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "aatp", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "sensors", "description": "", "item": [ { "name": "domainControllerCoverage", "description": "", "item": [ { "id": "0acd593c-f083-4338-ab27-7a5ad4c3766a", "name": "Get domain controller coverage (AATP)", "request": { "name": "Get domain controller coverage (AATP)", "description": { "content": "Retrieve domain controller sensor coverage information from the AATP (Azure ATP) legacy API endpoint.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "sensors", "domainControllerCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ee4a37cf-5758-4c5c-aa5c-8a91598a034b", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "domainControllerCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"DomainControllerCount\": 2,\n \"MonitoredDomainControllerCount\": 2\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1f2f3c24-10dc-4815-a154-ca207035cc07", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "domainControllerCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0484ee37-069d-4027-8e0b-e3011615728e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "domainControllerCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ff9b0d5-7cdc-4e25-96b2-2dca234d57be", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "domainControllerCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "sensorsCoverage", "description": "", "item": [ { "id": "ed394b88-8cc3-461f-b04f-6907f91fa42d", "name": "Get sensors coverage", "request": { "name": "Get sensors coverage", "description": { "content": "Retrieve the sensor coverage status across the identity infrastructure.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "sensors", "sensorsCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "99590e1a-9965-43f5-b81b-547f2e2ff0db", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "sensorsCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b7ec1802-1ec0-4f18-88d4-35f878cdb2b2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "sensorsCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "795354e3-0062-4875-bd07-151b138a111b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "sensorsCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e4610179-dab7-44a2-929d-c9cf6171eb8a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "sensors", "sensorsCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "alertthresholds", "description": "", "item": [ { "name": "withExpiry", "description": "", "item": [ { "id": "40005726-71df-4179-81cf-5098d9d4ecd6", "name": "Get alert thresholds with expiry", "request": { "name": "Get alert thresholds with expiry", "description": { "content": "Retrieve the alert threshold configuration including expiry dates for Defender for Identity.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0870242b-5c86-4163-8b9b-d0cdeca609a2", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6cedfc45-a33e-4631-bf40-786271f16197", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0eb6c5df-25fd-4ff3-9b74-efc8f9eee1b3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d21e4e73-8f71-4f38-8e88-e647231c9a7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "recommendedTestMode", "description": "", "item": [ { "id": "8bcdeb4d-3607-44b3-8681-d816f217707b", "name": "Get recommended test mode alert thresholds", "request": { "name": "Get recommended test mode alert thresholds", "description": { "content": "Retrieve recommended test mode alert thresholds with expiry. Returned 404 during capture - may require Defender for Identity licensing. Discovered on Identity Settings > Adjust alerts thresholds page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry", "recommendedTestMode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c93c6602-4af5-4a15-9dad-b77454ad0f5b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry", "recommendedTestMode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "78b5147a-c168-41e5-87e4-98c1f9ce1ca3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry", "recommendedTestMode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c20a9fdd-a890-4578-ae94-d9ae2e19b274", "name": "Not Found - may require additional licensing", "originalRequest": { "url": { "path": [ "aatp", "api", "alertthresholds", "withExpiry", "recommendedTestMode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "remediationActions", "description": "", "item": [ { "name": "configuration", "description": "", "item": [ { "id": "86c17109-6483-4f38-8104-336ae4499627", "name": "Get remediation actions configuration", "request": { "name": "Get remediation actions configuration", "description": { "content": "Retrieve the remediation actions configuration for Defender for Identity.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "remediationActions", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fba57c10-04ff-441e-8e9b-4c700f84b20e", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "remediationActions", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50802eec-16ac-4871-af13-ad824e9fb3cf", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "remediationActions", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f807bac-5cdb-44e6-9e03-592ad2492647", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "remediationActions", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dba590a3-37f1-4162-b2d1-e319983e9bb7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "remediationActions", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "defensor", "description": "", "item": [ { "name": "defensorConfiguration", "description": "", "item": [ { "id": "8d0b14e7-7961-42dc-a210-27c5f91af5d0", "name": "Get defensor configuration", "request": { "name": "Get defensor configuration", "description": { "content": "Retrieve the Defensor (MDI) configuration settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "defensor", "defensorConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "87b72cc6-63db-4be2-8a52-5e9c7bac141b", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "defensor", "defensorConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4dd348da-79a5-41b7-9545-1cdef1d03a05", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "defensor", "defensorConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8638e886-a3ae-4176-97ab-ba7c7e330f50", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "defensor", "defensorConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dee08e88-9111-4090-803b-0c4e39c672e7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "defensor", "defensorConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "mtp", "description": "", "item": [ { "name": "applicationData", "description": "", "item": [ { "id": "1cc54761-3218-4888-b877-58ebfa3350ed", "name": "Get AATP application data", "request": { "name": "Get AATP application data", "description": { "content": "Retrieve application data for the Defender for Identity (AATP) service. Discovered on Identity Settings > About page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "mtp", "applicationData" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e2d3987b-5192-4eaf-94d6-0cb73c2f327e", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "applicationData" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47bd1b7f-f81b-4ff9-95b9-f1e70e905cb7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "applicationData" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f692475-bcec-4cbf-af98-ae8db6e5cfa3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "applicationData" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9159d7ca-aad4-4c88-8995-c78d3c5f36c7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "applicationData" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "vpnConfiguration", "description": "", "item": [ { "id": "5fa46f90-5285-434c-ba18-37be1a5fb014", "name": "Get VPN configuration", "request": { "name": "Get VPN configuration", "description": { "content": "Retrieve the VPN configuration for Defender for Identity. Discovered on Identity Settings > VPN page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "mtp", "vpnConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "faf2f2ce-ebf9-49f2-8860-1ccbb735041e", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "vpnConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0fefbfe5-7b05-4416-a312-5224487c1219", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "vpnConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af14c7ab-561c-46a8-8b2c-04b26d49efa4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "vpnConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a995122f-56f5-46cb-a0bd-f40ea66406aa", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "mtp", "vpnConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "unifiedrbac", "description": "", "item": [ { "name": "scopes", "description": "", "item": [ { "id": "aa7adaac-4050-403b-a667-3554a1a73d07", "name": "Get unified RBAC scopes", "request": { "name": "Get unified RBAC scopes", "description": { "content": "Retrieve unified RBAC scopes for Defender for Identity. Discovered on Identity Settings > Health issues notifications page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "unifiedrbac", "scopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ce5a238c-6072-45a9-a094-47df4e318639", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "scopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da0e3dad-79f8-4f5a-8c31-4d66495a6a7b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "scopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "25fc729e-fc99-4d06-883a-0d32c093ed7d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "scopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e3c2c73-8f76-4533-9fcd-ef1f461bd59b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "scopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "usedScopes", "description": "", "item": [ { "id": "ec3f3ff5-9ed8-49c2-88c5-0c393710bec6", "name": "Get used unified RBAC scopes", "request": { "name": "Get used unified RBAC scopes", "description": { "content": "Retrieve the unified RBAC scopes currently in use. Discovered on Identity Settings > Health issues notifications page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "unifiedrbac", "usedScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "09aa1379-f8a7-4c4d-afc0-983bc1c19d34", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "usedScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9e81db39-2ede-4d39-a8f8-94784b225d38", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "usedScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "387a923b-4a73-4699-9a06-a4ac08ead477", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "usedScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26aecfd9-6fe6-455e-9045-a34392efbaf7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "unifiedrbac", "usedScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "workspace", "description": "", "item": [ { "name": "configuration", "description": "", "item": [ { "name": "scopedHealthNotifications", "description": "", "item": [ { "id": "a9241cb1-2b75-41d7-afc2-905857aa7d37", "name": "Get scoped health notifications", "request": { "name": "Get scoped health notifications", "description": { "content": "Retrieve scoped health notification configuration for the workspace. Discovered on Identity Settings > Health issues notifications page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "workspace", "configuration", "scopedHealthNotifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9189da95-1196-468e-8d98-9cfc735981ec", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "scopedHealthNotifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "87dcb7dd-8740-4187-a741-1519e4dc757a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "scopedHealthNotifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "739c6d77-f202-4502-ab9a-0b233815b536", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "scopedHealthNotifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c9bfae8-b5c8-441d-b4f6-366900ee0e23", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "scopedHealthNotifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "syslog", "description": "", "item": [ { "id": "aeeee924-7c21-46a1-9c12-bbd19cbeccb4", "name": "Get syslog configuration", "request": { "name": "Get syslog configuration", "description": { "content": "Retrieve the syslog notification configuration for Defender for Identity. Discovered on Identity Settings > Syslog notifications page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "workspace", "configuration", "syslog" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6615ade6-00f6-4b75-9fd6-7f9cddbc86ff", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "syslog" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42306150-e2aa-4156-952f-60d6daf908c8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "syslog" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0d1df518-5072-48da-8298-1e9c96a935cc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "syslog" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c19929b2-5d17-425e-91f9-aa47cf7d5400", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "configuration", "syslog" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "isActive", "description": "", "item": [ { "id": "31b48481-e91d-4852-a155-4dbf7fb5a620", "name": "Check workspace active status", "request": { "name": "Check workspace active status", "description": { "content": "Check whether the Defender for Identity workspace is active. Discovered on Identity Settings > Health issues page.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "workspace", "isActive" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fce33b0c-3888-453c-add8-1f4f26f52f00", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "isActive" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b633e847-6be5-4a4d-98d7-034e7407c646", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "isActive" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd4b85c2-0f0c-4abb-8e3a-c82d55d04a68", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "isActive" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "36a56122-b363-4dc7-8261-a7ae91b4961e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspace", "isActive" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "workspaces", "description": "", "item": [ { "name": "isWorkspaceExists", "description": "", "item": [ { "id": "f45e8173-82e6-4150-a83d-514124ceae1a", "name": "Check if workspace exists", "request": { "name": "Check if workspace exists", "description": { "content": "Check whether a Defender for Identity workspace exists for the tenant.", "type": "text/plain" }, "url": { "path": [ "aatp", "api", "workspaces", "isWorkspaceExists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1e78c1fa-37d9-4766-8c41-5af8719f7a50", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "api", "workspaces", "isWorkspaceExists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "695bc1f1-7c8c-4c4e-af93-2bc5c6c31917", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspaces", "isWorkspaceExists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0bb61b89-3f33-4b5d-8f65-a7c841c90b99", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspaces", "isWorkspaceExists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a4e3fd40-d604-4819-a5af-2fda71e8d8fc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "api", "workspaces", "isWorkspaceExists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "odata", "description": "", "item": [ { "name": "sensors", "description": "", "item": [ { "id": "29f8455a-0532-476b-8915-1f691cd0a8c1", "name": "List sensors (OData)", "request": { "name": "List sensors (OData)", "description": { "content": "Retrieve a list of Defender for Identity sensors using the OData endpoint.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "sensors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ecf35758-6298-48b7-ad02-9e373d2ad2db", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "sensors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c58761e5-4ea7-4e46-ab70-7c9788625396", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "sensors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cfe8e069-a12d-4bf8-82f4-69d239deb19c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "sensors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "433dd2a0-0f85-40ba-b7f2-09d25d39b6d8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "sensors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "EntityRemediatorCredentials", "description": "", "item": [ { "id": "a2e68174-5be1-4020-93f6-33323ed4ced8", "name": "Get entity remediator credentials", "request": { "name": "Get entity remediator credentials", "description": { "content": "Retrieve the entity remediator credentials configuration using the OData endpoint.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "EntityRemediatorCredentials" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "77d3dc77-03f9-448c-a803-c2e4fd7ce869", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "EntityRemediatorCredentials" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6c85b20-4610-40d8-b0a8-fbc7ba881c0c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "EntityRemediatorCredentials" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1367b2cf-17d8-4e27-a4b0-eb1d92e8a24f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "EntityRemediatorCredentials" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "feb10ac4-f340-4123-b919-ef56a806870c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "EntityRemediatorCredentials" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "ExclusionEntityDatas", "description": "", "item": [ { "name": "Global", "description": "", "item": [ { "id": "b057b6c2-408e-4ff8-a9c8-b1f8643c693e", "name": "Get global excluded entities", "request": { "name": "Get global excluded entities", "description": { "content": "Retrieve globally excluded entities for Defender for Identity using the OData endpoint. Discovered on Identity Settings > Global excluded entities page.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "ExclusionEntityDatas", "Global" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d754b6b1-2a92-4021-9582-faca1ea5d2f5", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "ExclusionEntityDatas", "Global" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c41f7262-5a95-4c66-a2c9-1d7afb384ad2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "ExclusionEntityDatas", "Global" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "217da248-66ed-4f5d-b172-5fe45b8335fe", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "ExclusionEntityDatas", "Global" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8eca19f5-72fe-47fa-8b49-ac272806ef5c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "ExclusionEntityDatas", "Global" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "SecurityAlertExclusionDatas", "description": "", "item": [ { "id": "7eb19f1a-880d-4f9e-a2bc-2cc5f8b80362", "name": "Get security alert exclusions by detection rule", "request": { "name": "Get security alert exclusions by detection rule", "description": { "content": "Retrieve security alert exclusion data organized by detection rule using the OData endpoint. Discovered on Identity Settings > Exclusions by detection rule page.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "SecurityAlertExclusionDatas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2eaf9d07-c321-4654-a643-7e9df10e0f9c", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "SecurityAlertExclusionDatas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3b84741-b4d7-486a-aa14-0f29d9bcf967", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "SecurityAlertExclusionDatas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "92d3531f-f8a4-4480-b0f1-23c7ed8b3381", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "SecurityAlertExclusionDatas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b6aa39f-8732-44c5-8960-628ebdfe4018", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "SecurityAlertExclusionDatas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "TaggedSecurityPrincipals", "description": "", "item": [ { "id": "606a7fda-801e-4e48-b94e-3d10507c19ba", "name": "Get tagged security principals (sensitive)", "request": { "name": "Get tagged security principals (sensitive)", "description": { "content": "Retrieve security principals tagged as sensitive using the OData endpoint. Discovered on Identity Settings > Sensitive page.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "TaggedSecurityPrincipals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fe421ccf-29f6-4e8e-ae37-493a1412bdb1", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "TaggedSecurityPrincipals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8bfe0905-fc7d-4ec5-ba1c-63d2e94e248c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "TaggedSecurityPrincipals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d9c7dc37-767e-4c07-96f2-b29423600018", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "TaggedSecurityPrincipals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41dfad39-989e-4e09-85af-21e8ca7c06e7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "TaggedSecurityPrincipals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "directoryServices", "description": "", "item": [ { "id": "fc1d422f-4aa9-4b79-9871-86d158951443", "name": "Get directory services accounts", "request": { "name": "Get directory services accounts", "description": { "content": "Retrieve directory services account configurations using the OData endpoint. Discovered on Identity Settings > Directory services accounts page.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "directoryServices" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f66228a4-f362-4a5d-97d6-27fa7c3c9e5e", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "directoryServices" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1067bc9f-83a7-4403-aa7d-8e60e0c726b8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "directoryServices" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "823e5b79-ad4c-4bd5-81d6-8b5c0995aeb8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "directoryServices" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dca02ba6-f9d3-43fe-8eb0-0c677d7c1b97", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "directoryServices" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "workspaceMonitoringAlerts", "description": "", "item": [ { "id": "22035909-e3e5-481c-be9f-8535dee0c16c", "name": "Get workspace monitoring alerts", "request": { "name": "Get workspace monitoring alerts", "description": { "content": "Retrieve workspace monitoring alerts (health issues) using the OData endpoint. Discovered on Identity Settings > Health issues page.", "type": "text/plain" }, "url": { "path": [ "aatp", "odata", "workspaceMonitoringAlerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "39eb7cf3-0441-4cf7-baac-6165d68f72eb", "name": "OK", "originalRequest": { "url": { "path": [ "aatp", "odata", "workspaceMonitoringAlerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8fae8cbe-ed38-4499-85fb-046e503c66f3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "aatp", "odata", "workspaceMonitoringAlerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b459f99-7f61-4e4d-9f77-b2bc83344c48", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "aatp", "odata", "workspaceMonitoringAlerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ad468aa6-cfa1-4116-9c8e-187129b381a5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "aatp", "odata", "workspaceMonitoringAlerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "astgws", "description": "", "item": [ { "name": "AttackSimulator", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "name": "AdvanceReporting", "description": "", "item": [ { "name": "chart", "description": "", "item": [ { "name": "NRT", "description": "", "item": [ { "name": "RepeatOffender", "description": "", "item": [ { "id": "3ba0187a-71b4-4bcd-ad37-29586ba581fb", "name": "Get repeat offender chart data (NRT)", "request": { "name": "Get repeat offender chart data (NRT)", "description": { "content": "Retrieve near real-time (NRT) repeat offender chart data for attack simulation advance reporting. Discovered on Attack Simulator > Advance Reporting page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "RepeatOffender" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c2966b08-0708-46da-bceb-15efa8b2fb34", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "RepeatOffender" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f8e0e69-d640-420f-9124-d0bf7ee98d04", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "RepeatOffender" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d58b26d8-ac44-44aa-b4d4-f541bf58ebc8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "RepeatOffender" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ac5fce3-61f1-4c28-925f-d6ad2851b884", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "RepeatOffender" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "TrainingCompletion", "description": "", "item": [ { "id": "764983b6-ab30-4f76-bc5f-00250818bd43", "name": "Get training completion chart data (NRT)", "request": { "name": "Get training completion chart data (NRT)", "description": { "content": "Retrieve near real-time (NRT) training completion chart data for attack simulation advance reporting. Discovered on Attack Simulator > Advance Reporting page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "TrainingCompletion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ac5984af-d72e-4694-822e-03dfa094fb0a", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "TrainingCompletion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dd1fa84e-cbe0-4401-b804-f2da6109ab9b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "TrainingCompletion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "885d1a10-5efc-425a-a9b7-6f934eb8dd04", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "TrainingCompletion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de38bada-3974-489f-b541-1f5b697606de", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "NRT", "TrainingCompletion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "TrainingEfficacy", "description": "", "item": [ { "id": "edc1151e-f5d2-415d-8260-bc420c669912", "name": "Get training efficacy chart data", "request": { "name": "Get training efficacy chart data", "description": { "content": "Retrieve training efficacy chart data for attack simulation advance reporting. Discovered on Attack Simulator > Advance Reporting page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "TrainingEfficacy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a8d9bd73-3930-41ed-ba70-e224b15e919c", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "TrainingEfficacy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "129793b9-74d5-4b3d-9fde-4aaacfb41008", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "TrainingEfficacy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5ea70248-e5db-453b-bd2c-2349a069fe01", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "TrainingEfficacy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a614812c-d317-4c88-9b15-c2a36294b534", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "TrainingEfficacy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "UserCoverage", "description": "", "item": [ { "id": "e35f5ece-6f54-4d54-928c-3720de0be321", "name": "Get attack simulator user coverage", "request": { "name": "Get attack simulator user coverage", "description": { "content": "Retrieve the attack simulation user coverage chart data for advance reporting.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "UserCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5f41617b-3fe0-4beb-98f0-ef5f6c292292", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "UserCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2c80c8ed-1f37-48b1-93ef-a023592a1715", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "UserCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f5cfe99-9569-4b03-9c59-1026a0d1f275", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "UserCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de5fec12-86da-4e1b-9f6d-cbd6200ff595", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "AdvanceReporting", "chart", "UserCoverage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "Recommendations", "description": "", "item": [ { "id": "797eea41-5338-4caf-81e4-06713cebb623", "name": "Get attack simulator recommendations", "request": { "name": "Get attack simulator recommendations", "description": { "content": "Retrieve recommendations for improving attack simulation coverage and effectiveness. Discovered on Attack Simulator page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Recommendations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a4e1ca12-75b5-46ec-9352-4c08160b09bf", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Recommendations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "181df830-77c9-4a4c-b058-8abf4bf1c820", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Recommendations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b14cb85-3c93-4a4f-b94e-6810b21b7cf6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Recommendations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fe2830a2-6b65-4412-9383-5ae9e3b38f7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Recommendations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Simulations", "description": "", "item": [ { "id": "e7bd7ed2-d250-4833-94d0-f488c4146b88", "name": "List attack simulations", "request": { "name": "List attack simulations", "description": { "content": "Retrieve a list of attack simulations configured in the tenant. Discovered on Attack Simulator page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Simulations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d78b6123-4fed-4a78-a1e6-a874a153f226", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Simulations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "624d6e78-d1a5-402f-be63-cfb75fe4a6b9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Simulations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6702743a-d589-4bd4-a8c6-c6633688c274", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Simulations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "43f078b6-1443-4f6d-a2cf-7558c0f22114", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "Simulations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "campaignSettings", "description": "", "item": [ { "id": "f8ca59e5-15a4-46ee-963e-25116e3f4f14", "name": "Get campaign settings", "request": { "name": "Get campaign settings", "description": { "content": "Retrieve the campaign settings for attack simulations. Discovered on Attack Simulator page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "campaignSettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5005e368-8814-4bd6-9a97-0d84d04d6700", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "campaignSettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1ffd34c-0983-475b-88de-6b09a0839594", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "campaignSettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dfabb613-6120-4121-b946-19b0b02233b6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "campaignSettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05a3f085-4423-418e-93ab-9c4e83c5b909", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "campaignSettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "userProfileType", "description": "", "item": [ { "id": "54a9f4cc-5833-4803-af2f-10640a7a7d0a", "name": "Get user profile type", "request": { "name": "Get user profile type", "description": { "content": "Retrieve the user profile type for the attack simulator service. Discovered on Attack Simulator page.", "type": "text/plain" }, "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "userProfileType" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "521eecd5-8fa4-4ede-92bd-92ad3edb9dbf", "name": "OK", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "userProfileType" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c3c9caf-f799-4a16-8e3c-b035c2b85f67", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "userProfileType" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fb1a0c04-424d-43bf-b662-422256d96c10", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "userProfileType" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "29f624c1-1885-486f-b82d-5d4b37fd7d4e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "astgws", "AttackSimulator", "api", "v1", "userProfileType" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "mcas", "description": "", "item": [ { "name": "cas", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "name": "preview_features", "description": "", "item": [ { "name": "get", "description": "", "item": [ { "id": "85ef3429-61ac-46f7-a19a-66a33559787a", "name": "Get Cloud Apps preview features", "request": { "name": "Get Cloud Apps preview features", "description": { "content": "Retrieve the preview features opt-in status for Microsoft Defender for Cloud Apps (MCAS).", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f5772ac8-f30b-4b5c-b2ea-7235424d9213", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c476138-090b-40ad-8ad4-f6f5263c6a04", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61439e85-3d6d-47e4-bfad-cc35a5cb43c9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4d93bd01-2529-4eb0-aad8-ecfb14b61192", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "update", "description": "", "item": [ { "id": "48271f25-9e52-4888-9854-6386939c16d5", "name": "Set Cloud Apps preview features", "request": { "name": "Set Cloud Apps preview features", "description": { "content": "Update the preview features opt-in status for Microsoft Defender for Cloud Apps (MCAS).", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e313a99d-5040-4249-adb3-23d0eab50e15", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d2c7ae9d-c1cb-4a1e-b9f4-83cf09af640d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b16f7ffd-e532-45c3-b22b-1dfb83ca6568", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8744fc39-6544-4132-b58e-35a7da6787f7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "preview_features", "update" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "settings", "description": "", "item": [ { "id": "2681ab8c-dcf2-43c5-a063-39fa5c8e43c7", "name": "Get Cloud Apps general settings", "request": { "name": "Get Cloud Apps general settings", "description": { "content": "Retrieve the general settings for Microsoft Defender for Cloud Apps (MCAS), including organization details and feature configuration.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "592da0a3-c35f-4962-8ecf-c7b063e7a67f", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"environmentName\": \"Share My Labs\",\n \"orgDisplayName\": \"Share My Labs\",\n \"domains\": [\n \"sharemylabs.onmicrosoft.com\",\n \"sharemylabs.com\"\n ],\n \"logoFilePath\": null,\n \"emailMaskPolicy\": \"MASKED_SUBJECT\",\n \"emailMaskPolicyOptions\": {\n \"FULL_CONTENT\": \"CONSOLE2_GENERAL_SETTINGS_EMAIL_MASK_POLICIES_NAME_FULL_CONTENT\",\n \"MASKED_SUBJECT\": \"CONSOLE2_GENERAL_SETTINGS_EMAIL_MASK_POLICIES_NAME_MASKED_SUBJECT\",\n \"ONLY_ID\": \"CONSOLE2_GENERAL_SETTINGS_EMAIL_MASK_POLICIES_NAME_ONLY_ID\"\n },\n \"allowAzIP\": true,\n \"fileMonitoringEnabled\": true,\n \"fileMonitoring\": {\n \"lastModified\": 1769542538676,\n \"lastModifiedBy\": 0,\n \"shouldEnableAfterDeletion\": false,\n \"status\": 0,\n \"enabledFilePolicyExists\": true\n },\n \"rmsDecryptAllConsented\": true,\n \"ignoreExternalAzIP\": false,\n \"appControlEnabled\": true,\n \"showSuffixDisclaimer\": true,\n \"enforceSessionProxy\": false,\n \"mdatpGlobalSeverityLevel\": 3,\n \"blockAppsURL\": \"https://notification.sharemylabs.com/block\",\n \"adminViewUsers\": [\n \"nathan@sharemylabs.com\"\n ],\n \"managedDevicesCrl\": false,\n \"mdatpGlobalBypassDurationHours\": \"8\",\n \"signOutTime\": null,\n \"quarantineSite\": {\n \"text\": \"https://sharemylabs.sharepoint.com/sites/Quarantine\",\n \"id\": \"64f8e4e9210b40482c53f315\",\n \"dstDriveId\": \"d9edd63b-740b-4774-9399-9064606f11d2|6ebe27a0-1447-4f37-8505-0570adab445f\",\n \"dstDriveAppId\": 20892\n },\n \"ProxywebPagesCustomization\": {\n \"body\": \"\",\n \"enableCustomizedLandingPage\": false,\n \"markdownBody\": \"\",\n \"title\": \"\"\n },\n \"allowAzureSecurityIntegration\": true,\n \"allowScopedAdminsInMTP\": false,\n \"customWarnURL\": \"https://notification.sharemylabs.com/warn\",\n \"quarantineSiteId\": \"64f8e4e9210b40482c53f315\",\n \"quarantineUserNotification\": \"string\",\n \"enableBypassSuffix\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "178f6c30-a042-4c38-944b-7b85b7c55708", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61e582f3-b921-4a3c-88dc-af4ce349f829", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1002def9-2ae3-45d5-95ef-aec1020fc685", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "mail_settings", "description": "", "item": [ { "name": "get", "description": "", "item": [ { "id": "aaac708e-10c5-4373-ab97-378e8b6f0d80", "name": "Get Cloud Apps mail settings", "request": { "name": "Get Cloud Apps mail settings", "description": { "content": "Retrieve the mail notification settings envelope used by Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "mail_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9f57be2e-5006-4481-941e-3947d4f71e8f", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "mail_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tenantEmail\": {}\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4afaa18d-2108-4aaa-ba6e-bd6d13a3bbce", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "mail_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38d75436-b0e2-430c-9d7b-858be6013da4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "mail_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "81940f88-10e8-4bea-a053-cc3add6ae24f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "mail_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "subnet", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "6fbbc3f6-e058-4389-88df-3ffab5b974fd", "name": "Get subnet metadata", "request": { "name": "Get subnet metadata", "description": { "content": "Retrieve filter and sorting metadata for the IP address ranges grid in Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "subnet", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a14d7f7d-94df-42ee-b909-24ee517ae2c9", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "subnet", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"name\": \"tokens\",\n \"filters\": [\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false,\n \"key_0\": true\n },\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false\n }\n ],\n \"sorting\": [\n {\n \"key_0\": false,\n \"key_1\": 1513,\n \"key_2\": true\n },\n {\n \"key_0\": 4085,\n \"key_1\": 2690,\n \"key_2\": 7893.492642635594\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8025334f-b774-4528-b373-e432353125b2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "subnet", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "74a662c6-57d3-4585-8efb-f589a596e29a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "subnet", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "704cc792-2abb-4a9c-aa8d-ad271e7d7dea", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "subnet", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "user_tags", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "e0433f9f-97a0-43a1-8f19-fdef61096b7a", "name": "Get user tag metadata", "request": { "name": "Get user tag metadata", "description": { "content": "Retrieve filter and sorting metadata for the user groups grid in Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "user_tags", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ae89dc54-2ee3-4090-85e9-ecabfa20364c", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_tags", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"name\": \"tokens\",\n \"filters\": [\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false,\n \"key_0\": true\n },\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false\n }\n ],\n \"sorting\": [\n {\n \"key_0\": false,\n \"key_1\": 1513,\n \"key_2\": true\n },\n {\n \"key_0\": 4085,\n \"key_1\": 2690,\n \"key_2\": 7893.492642635594\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cbe9c6c1-5c7b-4821-86ab-91c1c7b9e759", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_tags", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a57e3271-3b20-4146-8b6a-c787cebb567c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_tags", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c3e23c6-c1f8-4703-b682-1753745e36cb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_tags", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "tokens", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "9f568049-123d-4782-a48c-5f7ee5cbedd0", "name": "Get API token metadata", "request": { "name": "Get API token metadata", "description": { "content": "Retrieve filter and sorting metadata for the API tokens grid in Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "tokens", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "20904532-2b68-40dd-82c7-e1df0b942304", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "tokens", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"name\": \"tokens\",\n \"filters\": [\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false,\n \"key_0\": true\n },\n {\n \"name\": \"category\",\n \"visibility\": 2,\n \"translationTemplate\": null,\n \"translationParams\": null,\n \"group\": null,\n \"priorityInGroup\": null,\n \"processor\": null,\n \"operators\": [\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n },\n {\n \"id\": \"eq\",\n \"displayText\": \"GRID_OPERATOR_EQUALS\",\n \"group\": \"equality\",\n \"inputType\": null,\n \"inputProperties\": null,\n \"visibility\": 2,\n \"isDefault\": false\n }\n ],\n \"inputType\": {\n \"multiple\": true,\n \"placeholder\": null,\n \"autocomplete\": true,\n \"autofocus\": false,\n \"sortProperty\": null,\n \"sortDirection\": null,\n \"inputProperties\": null,\n \"deprecationFlags\": null,\n \"type\": \"token\"\n },\n \"deprecated\": false\n }\n ],\n \"sorting\": [\n {\n \"key_0\": false,\n \"key_1\": 1513,\n \"key_2\": true\n },\n {\n \"key_0\": 4085,\n \"key_1\": 2690,\n \"key_2\": 7893.492642635594\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d714b83e-afba-49b5-984f-483384e169f3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "tokens", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "330cd13a-9943-4e8c-8857-0ed6fc293f61", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "tokens", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3819de0b-d456-41eb-9529-28e6db164a15", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "tokens", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "activities", "description": "", "item": [ { "id": "726815d7-59e9-4b33-9c99-30f51e64e18b", "name": "List activities", "request": { "name": "List activities", "description": { "content": "Retrieve a list of cloud app activities with filtering. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b46ba4a3-b9b5-45d5-a3b8-066abdaf350c", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "379d6f35-f4a4-42b3-b5b2-c20d1518dd32", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3c02a64-9d9c-40a2-b050-9a660331aa06", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3947871d-10b1-4b44-b554-3d90e5db6b1b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "b736b880-45a6-499e-a2ec-f662390b66ba", "name": "Get activities count", "request": { "name": "Get activities count", "description": { "content": "Retrieve the count of cloud app activities matching filter criteria. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4ef89b64-e52e-4bc5-9fc9-a656b0a572f2", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "027fa373-00b2-4fa8-a141-3735edaa3788", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fd980a89-f8e1-4c2a-9672-4e1a3726dc54", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3fd96ca7-3888-4757-aa2e-c771ea401d82", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "get_activities_threat_scores", "description": "", "item": [ { "id": "17bb2c67-8191-4752-8366-2b938c1834d6", "name": "Get activity threat scores", "request": { "name": "Get activity threat scores", "description": { "content": "Retrieve threat scores for cloud app activities. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "get_activities_threat_scores" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d6deb9f8-b16f-44a4-8958-a5d30498eb94", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "get_activities_threat_scores" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "83f527d1-04b5-42f8-bed4-eafbd5062c91", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "get_activities_threat_scores" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cb6a5ae0-b20d-424d-8c9a-79dc0500da36", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "get_activities_threat_scores" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1fc4e5f-c327-4876-93f1-0e618557ff93", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "get_activities_threat_scores" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "metadata", "description": "", "item": [ { "id": "ced7a71a-88cb-4d85-ac5b-e59390a94df3", "name": "Get activities metadata", "request": { "name": "Get activities metadata", "description": { "content": "Retrieve metadata for the activities endpoint including filter definitions. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2c372ded-676e-4409-976c-60c629681290", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07ece5db-c526-4836-a17a-5ac6500c0494", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10c2b556-30f0-4464-bbff-561140696c2a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "76a3a441-7952-4065-88fc-ab59ed148f1e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "activities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "app_connectors", "description": "", "item": [ { "id": "34b6b7fd-1759-4900-abd0-29a6163c58af", "name": "List app connectors", "request": { "name": "List app connectors", "description": { "content": "Retrieve a list of cloud app connectors. POST method is used for listing with filter parameters. Discovered on Cloud Apps Dashboard page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4bc26965-a18a-4ec3-8f82-9f106ae864a1", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df6cbdec-1eb9-47e8-bfdc-d9a78fae6283", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "250a5299-bc3e-409d-9da1-9a6f96ad5cc9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e936085b-5dc6-465f-ace4-dd350b00deb2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2c188eb5-002d-45b3-8de0-8b3c5da4b9f9", "name": "Get app connectors", "request": { "name": "Get app connectors", "description": { "content": "Retrieve app connectors information. Discovered on App Governance page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ea7548f7-b562-41ae-9830-9aed84b17cc2", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d93911d4-13a3-4c1d-bf5c-621297fba3a8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e97e1cb8-e67f-45de-9614-dc6b902513a5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "57c0137b-c7ff-4f6f-8ba9-84d67dee3d39", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "0351536b-5b2c-4a51-9b70-67d53386343a", "name": "Get app connectors count", "request": { "name": "Get app connectors count", "description": { "content": "Retrieve the count of app connectors matching filter criteria. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "99fa64d9-4b4f-48aa-a701-9e35d84ab6c1", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2790a533-1845-4623-bd14-919669ec017a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4ee71868-169c-42cf-ae23-2f1f983c636d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cf21e646-3a3a-46c3-8adb-4f0ea5f580c4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "dashboard", "description": "", "item": [ { "name": "get_apps_count_by_status", "description": "", "item": [ { "id": "d3c62178-4c97-4628-83c3-426202792e65", "name": "Get apps count by status (dashboard)", "request": { "name": "Get apps count by status (dashboard)", "description": { "content": "Retrieve the count of connected cloud apps grouped by their connection status for the dashboard.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "dashboard", "get_apps_count_by_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e28447e8-1ebe-40b7-a6d7-d507eefd542e", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "dashboard", "get_apps_count_by_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": {\n \"protected\": 2,\n \"needAttention\": 0,\n \"notProtected\": 2\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "71c1d0c2-ac0b-44e8-9a47-57d6c256aa2f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "dashboard", "get_apps_count_by_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7104c206-f7b5-400e-8da5-9b3b25bb0737", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "dashboard", "get_apps_count_by_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86ecaeec-3c7b-405a-8080-3bb272bb3f50", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "dashboard", "get_apps_count_by_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "last_activity", "description": "", "item": [ { "id": "433725f5-2482-4e2c-b677-ed5ac9e5d3e0", "name": "Get app connectors last activity", "request": { "name": "Get app connectors last activity", "description": { "content": "Retrieve last activity timestamps for app connectors. Discovered on Identity Settings > SaaS page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "last_activity" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "61bc4d0c-7c66-448e-ab91-b4dc52dc944e", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "last_activity" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f82fa60-96db-40ac-8c81-0102568a766c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "last_activity" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "189f775d-37f0-4fb3-88b9-66f1365e943b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "last_activity" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "784e573c-4543-4243-a813-b7f34f9f8148", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "last_activity" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "metadata", "description": "", "item": [ { "id": "6e5d9026-0a57-434c-86c5-a419b420f155", "name": "Get app connectors metadata", "request": { "name": "Get app connectors metadata", "description": { "content": "Retrieve metadata for app connectors including filter definitions. Discovered on Identity Settings > SaaS page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "791a86b1-1039-4772-a745-b73b87200e14", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cbb25b36-4211-4179-bdf9-cab0f1683a56", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "85ae0804-4a2f-43b0-a841-7155cd1d5dae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cfbe88e6-758b-4e8c-9e81-da20270fec3e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "table_config_values", "description": "", "item": [ { "id": "baa47afe-89e3-41ac-ab5f-3fec4272ebc9", "name": "Get app connectors table config values", "request": { "name": "Get app connectors table config values", "description": { "content": "Retrieve table configuration values for the app connectors view. Discovered on Identity Settings > SaaS page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "table_config_values" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "da9b255c-d5da-4091-83f0-2bf53fb9ef07", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "table_config_values" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a52b408d-fe0a-4f22-b67c-667318eba758", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "table_config_values" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "25b62040-8ec3-4a0f-9f8a-066a2f8db2de", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "table_config_values" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8da026cc-2e94-4ef9-93b6-36830a74bc5e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_connectors", "table_config_values" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "app_permissions", "description": "", "item": [ { "id": "fa5e8e54-674a-4c88-b8e3-1efb36f2d1a8", "name": "List app permissions", "request": { "name": "List app permissions", "description": { "content": "Retrieve a list of OAuth app permissions with filtering. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4d792b8e-f157-4ded-9253-af0e157d2f2a", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f2489e7d-18d0-4ed3-a5e2-6a7aa95bed01", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5ad00289-8107-4993-9015-fc18ca77ef2c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01964658-1b63-46f1-bf79-1651d570e6c3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "5d3e8ec1-53f4-458c-9907-bd55090d90d1", "name": "Get app permissions count", "request": { "name": "Get app permissions count", "description": { "content": "Retrieve the count of OAuth app permissions matching filter criteria. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7dca10ee-2f39-447e-b2a9-8c98dad54a90", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "321d1f75-d4c5-48a9-b27a-584c15998696", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5fba8f3b-0be3-4ef5-868e-eccf16283d76", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22c6f6e7-f88d-4086-9257-b491cadd40d0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "metadata", "description": "", "item": [ { "id": "73d0cc7d-453b-4ba3-b1d9-9f9a7e521e98", "name": "Get app permissions metadata", "request": { "name": "Get app permissions metadata", "description": { "content": "Retrieve metadata for the app permissions endpoint including filter definitions. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3e513821-0b8e-4c71-89c9-9bc37d06e181", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fc73967f-eb76-4eb4-9bf7-05f73280ce08", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b950e8cb-beb6-47f2-90df-584f69da8e1a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aa171d37-86d8-4bc7-a989-7d641f787a6e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "app_permissions", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "autocomplete", "description": "", "item": [ { "name": "entities", "description": "", "item": [ { "id": "36e8c528-4c65-4305-ab2a-b217a6b105ad", "name": "Autocomplete entities", "request": { "name": "Autocomplete entities", "description": { "content": "Retrieve autocomplete suggestions for entities. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ccd2fb60-ae72-429c-b83b-efb997b2b44d", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"records\": [\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n },\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12696c51-0830-40a7-9558-0a793b604d5d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5b782ecc-46f1-4296-b7ff-12d2a3cdd824", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1f00caee-1f23-4e1c-bc16-dd22a2320807", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "entities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tags", "description": "", "item": [ { "id": "a9fca9b9-e803-4963-a57e-0eec197b1ac8", "name": "Autocomplete tags", "request": { "name": "Autocomplete tags", "description": { "content": "Retrieve autocomplete suggestions for tag records in Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5b17f497-86c4-423e-b517-d5f3d42c0ee9", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"records\": [\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n },\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61e41fe5-7ad6-4e09-a6cc-7848d0e404c9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4864b12b-5384-47d0-a1fb-5e9fd55e750f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f0f8176-3dfc-4c05-987f-230c9b08f34f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tokens", "description": "", "item": [ { "id": "5bd8a4ab-b664-4ced-abc2-b2e47dab1de1", "name": "Autocomplete API tokens", "request": { "name": "Autocomplete API tokens", "description": { "content": "Retrieve autocomplete suggestions for token-like records. The observed tenant returned an empty record set.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4a56363d-5cf7-4aed-8536-ef6b4564a201", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"records\": [\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n },\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "19aa3ae4-a35c-4d46-842e-952b00459e3b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8aa04004-9893-46b6-9c55-d4bd9e815555", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c5a9d30-77df-4fa8-a529-290fe5a84711", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "users", "description": "", "item": [ { "id": "082a7201-0e7b-4ddc-8b99-d8b66daaf149", "name": "Autocomplete users", "request": { "name": "Autocomplete users", "description": { "content": "Retrieve autocomplete suggestions for users and user-like entities. The observed tenant returned an empty record set.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "20aadf5a-6900-4dd5-b70a-96ca51d8335f", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"records\": [\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n },\n {\n \"_id\": \"69221ea6dba2f60e59ac7aa8\",\n \"id\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"i\": \"f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"ii\": \"11161|0|f1fa286e-213e-40b2-af24-77ea529a0ad9\",\n \"inst\": 0,\n \"saas\": 11161,\n \"dn\": \"Aaron\",\n \"dnlc\": \"aaron\",\n \"pa\": \"aaron@sharemylabs.com\",\n \"name\": \"External users\",\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"appId\": 11161,\n \"visibility\": 0,\n \"usersCount\": 0,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": false,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"status\": 0,\n \"type\": 1,\n \"target\": 0,\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac9f4ade-24e9-47b1-9966-adec28642f19", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f9c7ee75-1716-4bb1-ae21-89838f9a49bb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b083f10b-3696-4291-8132-cdc2bdc5af69", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "autocomplete", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "connected_services", "description": "", "item": [ { "name": "apps", "description": "", "item": [ { "id": "178805b5-68fc-4fd3-a549-9041be978a33", "name": "List connected service apps", "request": { "name": "List connected service apps", "description": { "content": "Retrieve a list of connected service applications. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "apps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c7d79432-7f77-4821-8090-64c6a31b0ac2", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "apps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": false,\n \"key_1\": 4996.187010935296,\n \"key_2\": true\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": true,\n \"key_1\": 9605.197720806023\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 2412,\n 3809\n ]\n },\n {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": \"string\",\n \"key_1\": 7637,\n \"key_2\": 2572.3780901901105\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": \"string\",\n \"key_1\": 5329.461578424371,\n \"key_2\": 9153.693608779422\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 8433,\n 9320\n ]\n }\n ],\n \"hasNext\": false,\n \"total\": 2\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d98c7479-3773-41f8-a0ea-690656900ba3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "apps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f0f8783a-085d-43aa-bfa0-f6553719f4d3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "apps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac8634a6-e8f1-4852-8b48-cc47354de3c2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "apps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "instances", "description": "", "item": [ { "id": "243bdfc1-53c9-44c4-9261-bf05fbcebdf9", "name": "List connected service instances", "request": { "name": "List connected service instances", "description": { "content": "Retrieve a list of connected service instances. Discovered on Identity Settings > SaaS page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a37661cd-afcf-444a-9ba2-cb180dd24afd", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": false,\n \"key_1\": 4996.187010935296,\n \"key_2\": true\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": true,\n \"key_1\": 9605.197720806023\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 2412,\n 3809\n ]\n },\n {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": \"string\",\n \"key_1\": 7637,\n \"key_2\": 2572.3780901901105\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": \"string\",\n \"key_1\": 5329.461578424371,\n \"key_2\": 9153.693608779422\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 8433,\n 9320\n ]\n }\n ],\n \"hasNext\": false,\n \"total\": 2\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a6800bf6-8e24-4241-89f1-01c7d62446fb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9bb18266-2682-4d39-ae1c-04eee04c8ce5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3bc53a8-cbe5-49dd-900d-f6ae10d7494d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "connected_services", "instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "discovery", "description": "", "item": [ { "name": "categories", "description": "", "item": [ { "id": "530f3c05-2860-43d0-90eb-fcaa10035da7", "name": "List discovery categories", "request": { "name": "List discovery categories", "description": { "content": "Retrieve a list of cloud app discovery categories. Discovered on Identity Settings > SaaS page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "discovery", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5ebed0c5-151d-4f0d-bda6-80e890f2d25a", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "discovery", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b7fb1ed-19d8-48e4-82ef-0defbfd9ce68", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "discovery", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "546b5eee-d45f-4c30-b71d-79bb3f6fc00b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "discovery", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b455f0d5-f00a-49ea-b668-4f8227abaa0a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "discovery", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "entities", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "02698827-ad37-4c0a-ad44-f306138902af", "name": "Get entities metadata", "request": { "name": "Get entities metadata", "description": { "content": "Retrieve metadata for the entities endpoint. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4b256f95-205d-49c8-876a-8e3822da360c", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "90a01f84-9c4b-4d4b-acc3-3da2faef3c2e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4f555da0-775e-41c8-8343-a27c88d857ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a973596-8094-4a72-aa1e-8fc07f1b7ec1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "governance", "description": "", "item": [ { "id": "5269dc58-06d7-4e8c-bbad-dd453323fafa", "name": "List governance actions", "request": { "name": "List governance actions", "description": { "content": "Retrieve a list of governance actions with filtering. Discovered on Governance Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "governance" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ea971768-9d39-4268-9331-2a5caa313433", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f2f0abf2-bab5-4de0-b914-54d205df310a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8db58ecb-3f8b-4bac-be07-48932a88ca6b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c28482f5-d3b3-4268-8a8c-844f224c64fa", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "de29dc52-90a9-402b-9cd1-444ff1542e0b", "name": "Get governance actions count", "request": { "name": "Get governance actions count", "description": { "content": "Retrieve the count of governance actions matching filter criteria. Discovered on Governance Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c8abccac-4b37-4799-a00c-c9f31f5ed468", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38294689-4ac4-47fb-9fe7-3c635d7e0645", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bfb975df-ad95-4fc6-bfac-e5db4a67f0f0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cf37bbfe-b479-4ada-b703-c5e2dd7ddc1e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "metadata", "description": "", "item": [ { "id": "4f1f0076-65b3-43c2-8b0d-06e38903712d", "name": "Get governance metadata", "request": { "name": "Get governance metadata", "description": { "content": "Retrieve metadata for the governance endpoint including filter definitions. Discovered on Governance Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f3750a75-1575-4892-9e23-01a2b1785636", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "860ed1f7-dede-4c75-a4d1-bfc4281c521e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10409f9c-1c69-4700-ab0b-a31c5b99ee19", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "079de7fa-dda9-4947-8fd1-ff1ae252f3d0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "governance", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "policies", "description": "", "item": [ { "id": "34cc7385-ad86-49dd-88f3-20c64c7a1358", "name": "List policies", "request": { "name": "List policies", "description": { "content": "Retrieve a list of Cloud Apps policies. Discovered on Governance Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f5cd14cc-92ea-4f4a-a7bd-8395a10bedd5", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de32d9f3-e082-476a-9785-3816a9332587", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c4638d9-9c44-46df-b6c2-c0c7b4d2ef84", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3139b5bb-39a7-4141-b56c-8c46aed09683", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "standalone_entities", "description": "", "item": [ { "name": "metadata", "description": "", "item": [ { "id": "16da1b3b-bca8-49a3-870e-0d7dec17e09f", "name": "Get standalone entities metadata", "request": { "name": "Get standalone entities metadata", "description": { "content": "Retrieve metadata for standalone entities. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "standalone_entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fa7d4347-af09-4ef8-a61c-e52c56dc654f", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "standalone_entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d4487f7c-49f1-4359-8064-4e4f9fa201f8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "standalone_entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ad0ac77b-1c30-4db2-8ad4-33e098427980", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "standalone_entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64fd2d11-a108-4d3b-9424-75b44754e80b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "standalone_entities", "metadata" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "translation", "description": "", "item": [ { "name": "log-error", "description": "", "item": [ { "id": "07027153-7cda-439a-8a39-337816f37076", "name": "Log translation error", "request": { "name": "Log translation error", "description": { "content": "Log a translation error in the Cloud Apps service. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "translation", "log-error" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "57cf7145-fb0f-4ceb-90e3-e4fca58a32f8", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "translation", "log-error" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5ba5f574-a502-4d61-8a90-7df348debb63", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "translation", "log-error" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df35091a-ce81-43ff-bf1c-29c3afdff61e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "translation", "log-error" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ad416e0-af3e-4028-84de-09eb75957879", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "translation", "log-error" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "user_queries", "description": "", "item": [ { "id": "c26ae4bc-2f3a-4b11-bbde-4c7fb80cc1c7", "name": "List user queries", "request": { "name": "List user queries", "description": { "content": "Retrieve saved user queries for Cloud Apps. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "user_queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5da48e9e-471c-48eb-ba43-68105431bc91", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"_id\": \"5a53410867a58f2d1714c4b4\",\n \"filterType\": 2,\n \"nameTemplate\": \"CONSOLE2_QUERIES_DISCOVERED_APPS_WEAK_AUTHENTICATION\",\n \"queryType\": 0,\n \"createdBy\": \"adallom\",\n \"consoleFilters\": {\n \"key_0\": true,\n \"key_1\": 4888\n },\n \"name\": \"Enterprise cloud apps that have weak authentication\"\n },\n {\n \"_id\": \"5a53410867a58f2d1714c4b4\",\n \"filterType\": 2,\n \"nameTemplate\": \"CONSOLE2_QUERIES_DISCOVERED_APPS_WEAK_AUTHENTICATION\",\n \"queryType\": 0,\n \"createdBy\": \"adallom\",\n \"consoleFilters\": {\n \"key_0\": true,\n \"key_1\": 993\n },\n \"name\": \"Enterprise cloud apps that have weak authentication\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0d560fc0-a7da-4077-bac7-12502fda44a6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3f4df16a-d7d5-48ac-adc9-0f004ec373f8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2d4e65d3-a4fb-45cb-bfc4-dc2d50725e60", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_queries" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "manage_admins", "description": "", "item": [ { "name": "is_external_user", "description": "", "item": [ { "id": "17051608-6c74-490e-869a-31442d76edaf", "name": "Check whether current user is external", "request": { "name": "Check whether current user is external", "description": { "content": "Retrieve a boolean indicating whether the current Defender for Cloud Apps administrator is considered external to the tenant.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "manage_admins", "is_external_user" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "87424066-5e4a-4c33-b54f-74f285743565", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "manage_admins", "is_external_user" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "57d4a37b-1bec-470e-9e90-818995c2471b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "manage_admins", "is_external_user" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "361cb83c-a664-4f15-a0e9-d0eb3fa80323", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "manage_admins", "is_external_user" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "11077926-219f-4517-8314-b34ea06d8a9b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "manage_admins", "is_external_user" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "data_encryption_settings", "description": "", "item": [ { "name": "get", "description": "", "item": [ { "id": "1d785d5d-baad-4395-ab6c-f8aeecedd8f9", "name": "Get data encryption settings", "request": { "name": "Get data encryption settings", "description": { "content": "Retrieve the tenant setting that controls Defender for Cloud Apps encryption of data at rest.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "data_encryption_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7eee5bc5-f313-40fd-ba57-e76d27317056", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "data_encryption_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"encryptDataAtRest\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ec09524e-419b-4b2d-9057-e204c063fd37", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "data_encryption_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba1af9f4-0fc6-487e-bb15-b7b6ed635d26", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "data_encryption_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d19254d9-1cd9-4f45-9700-a6a331b92e33", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "data_encryption_settings", "get" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "user_config", "description": "", "item": [ { "name": "get_should_display_sync_bar", "description": "", "item": [ { "id": "5e075f96-00f8-4dcd-9e33-2464a15e1135", "name": "Get sync bar visibility", "request": { "name": "Get sync bar visibility", "description": { "content": "Retrieve whether the Cloud Apps UI should show the synchronization status bar for the current user.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "user_config", "get_should_display_sync_bar" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "71b2409d-cf4d-4fb8-837a-c339a16ebe7c", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_config", "get_should_display_sync_bar" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a71b9f9-806c-436d-8a0f-878efb19c945", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_config", "get_should_display_sync_bar" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d764897c-7aa1-41f2-bdc3-70716ba7bb81", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_config", "get_should_display_sync_bar" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1fc5af44-c934-43b9-9fca-859459723395", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "user_config", "get_should_display_sync_bar" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "invited_group_admins", "description": "", "item": [ { "id": "159c3375-1435-4991-9f7b-3b94d2f46896", "name": "List invited group admins", "request": { "name": "List invited group admins", "description": { "content": "Retrieve invited group-admin records for tenant administration. The observed tenant returned an empty list.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "v1", "invited_group_admins" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a7fe5375-3fe7-4254-9026-a5b3d5cb049c", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "invited_group_admins" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"key_0\": 8885,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true,\n \"key_1\": false,\n \"key_2\": \"string\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d474422-a208-4cd6-883c-e6d1b7b00cde", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "invited_group_admins" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af03473d-2e7a-4dd8-84da-a64e2d67e7cc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "invited_group_admins" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01129aff-a2a0-48ec-9b81-8dee9b986c7d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "v1", "invited_group_admins" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "services", "description": "", "item": [ { "id": "820a9c96-18ef-471c-9b6c-0274d891e12f", "name": "List cloud app services", "request": { "name": "List cloud app services", "description": { "content": "Retrieve a list of cloud app services. Discovered on Activity Log page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "services" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "99f59b15-b803-4a68-840d-890430e84810", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "services" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"_id\": \"656938b8c9325a5a1eeafb1a\",\n \"_tid\": 79819259,\n \"appId\": 2146486212,\n \"aadInfo\": {\n \"key_0\": false,\n \"key_1\": 4751.717678007618,\n \"key_2\": true\n },\n \"accessControl\": {\n \"lastEnabled\": \"2023-12-01T01:36:56.255Z\",\n \"protocolType\": 1,\n \"status\": 3\n },\n \"category\": \"SAASDB_CATEGORY_DATA_ANALYTICS\",\n \"config\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\",\n \"key_2\": 9592,\n \"key_3\": true\n },\n \"name\": \"Azure Data Explorer - General\",\n \"saasId\": 51140,\n \"customData\": {\n \"key_0\": true\n },\n \"saasdbVersion\": \"1774941059\",\n \"last_viewed\": 1764918010214.14,\n \"app\": {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": 4037.087879488771\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": 9361\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 1386,\n 6325\n ]\n },\n \"appName\": \"Azure Data Explorer\",\n \"apiConnected\": null,\n \"proxied\": true,\n \"protected\": true\n },\n {\n \"_id\": \"656938b8c9325a5a1eeafb1a\",\n \"_tid\": 79819259,\n \"appId\": 2146486212,\n \"aadInfo\": {\n \"key_0\": 5756.105996419965,\n \"key_1\": true\n },\n \"accessControl\": {\n \"lastEnabled\": \"2023-12-01T01:36:56.255Z\",\n \"protocolType\": 1,\n \"status\": 3\n },\n \"category\": \"SAASDB_CATEGORY_DATA_ANALYTICS\",\n \"config\": {\n \"key_0\": 6985.728383021376,\n \"key_1\": 2869.0096710573953\n },\n \"name\": \"Azure Data Explorer - General\",\n \"saasId\": 51140,\n \"customData\": {\n \"key_0\": 6945,\n \"key_1\": 9692\n },\n \"saasdbVersion\": \"1774941059\",\n \"last_viewed\": 1764918010214.14,\n \"app\": {\n \"appId\": 11161,\n \"name\": \"Microsoft 365\",\n \"_id\": \"63dd5f272b9cbba7bb29d703\",\n \"instanceName\": null,\n \"category\": \"SAASDB_CATEGORY_COLLABORATION\",\n \"api\": {\n \"hasWarnings\": true,\n \"statusTemplateMessage\": \"CONSOLE2_APP_CONNECTORS_STATUS_WARNING\",\n \"isConnected\": true,\n \"usersCount\": 898,\n \"creator\": \"nathan@sharemylabs.com\",\n \"isEnabled\": true,\n \"lastConnected\": 1773702127907,\n \"disabledBy\": \"console\",\n \"isSSPMEnabled\": true\n },\n \"proxy\": {\n \"status\": 0,\n \"inDeployment\": false,\n \"isConnected\": false,\n \"isInProxyPolicy\": null,\n \"isSuspended\": false,\n \"isConfigured\": false,\n \"isConfiguredInAAD\": false,\n \"isSessionProxySupported\": false,\n \"isAppStatusEnabled\": false,\n \"isSessionProxyDisabled\": true,\n \"lastConnected\": \"2023-02-16T20:21:54.192Z\",\n \"proxySettings\": null,\n \"isOIDCBasedProtocol\": true\n },\n \"discovery\": {\n \"isConnected\": false\n },\n \"isOfficeApp\": true,\n \"isApiConnectable\": true,\n \"aadInfo\": null,\n \"lastUsed\": null,\n \"customData\": {\n \"key_0\": true\n },\n \"isCustomApp\": false,\n \"securityConfiguration\": {\n \"key_0\": 2648.5555263561323\n },\n \"appIdentityRealm\": 11394,\n \"appName\": \"Microsoft 365\",\n \"apiConnected\": null,\n \"proxied\": null,\n \"protected\": null,\n \"childSaasIds\": [\n 108,\n 8076\n ]\n },\n \"appName\": \"Azure Data Explorer\",\n \"apiConnected\": null,\n \"proxied\": true,\n \"protected\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "418cf8af-5764-41c1-9892-b8204a770c8f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "services" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc9c72bd-a31f-48ed-9074-09f431facc7a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "services" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "86a67668-4acd-449f-8008-e56c5a7cf658", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "services" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "version", "description": "", "item": [ { "id": "71fa6201-fbaf-4dfb-a1e4-5029f1b4264c", "name": "Get Cloud Apps bundle versions", "request": { "name": "Get Cloud Apps bundle versions", "description": { "content": "Retrieve the current console, i18n, and supporting bundle versions used by Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ce1fb3fb-4682-4828-83fc-6692ca8da016", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"console-version\": \"0.328.145\",\n \"weballom-version\": \"0.328.145\",\n \"adalibpy-version\": \"0.0.0\",\n \"i18n-version\": \"0.328.3\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e90daef-717c-455e-bea0-4656c8054110", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "21597907-97e0-4980-b011-7009de79591b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "969bd4c5-d936-4784-991f-0414c53a7aa2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tags", "description": "", "item": [ { "id": "ee6abe7a-ed6b-43b9-9047-7003bd9127d5", "name": "List Cloud Apps tags", "request": { "name": "List Cloud Apps tags", "description": { "content": "Retrieve built-in and custom tags used by Defender for Cloud Apps for discovery, entity labeling, and governance filters.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "13ca195d-0c48-401e-a971-f3d7f9970783", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"_id\": \"63db26067e008a733a79613d\",\n \"id\": \"000000200000000000000000\",\n \"target\": 0,\n \"type\": 2,\n \"name\": \"External users\",\n \"nameTemplate\": {\n \"template\": \"SAGE_BUILTIN_TAG_EXTERNAL_USER_NAME\",\n \"parameters\": null\n },\n \"description\": \"Either a user who is not a member of any of the managed domains you configured in General settings or a third-party app\",\n \"descriptionTemplate\": {\n \"template\": \"SAGE_BUILTIN_TAG_EXTERNAL_USER_NAME\",\n \"parameters\": null\n },\n \"visibility\": 0,\n \"status\": 0,\n \"usersCount\": 862,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": true,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"appId\": 11161,\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n },\n {\n \"_id\": \"63db26067e008a733a79613d\",\n \"id\": \"000000200000000000000000\",\n \"target\": 0,\n \"type\": 2,\n \"name\": \"External users\",\n \"nameTemplate\": {\n \"template\": \"SAGE_BUILTIN_TAG_EXTERNAL_USER_NAME\",\n \"parameters\": null\n },\n \"description\": \"Either a user who is not a member of any of the managed domains you configured in General settings or a third-party app\",\n \"descriptionTemplate\": {\n \"template\": \"SAGE_BUILTIN_TAG_EXTERNAL_USER_NAME\",\n \"parameters\": null\n },\n \"visibility\": 0,\n \"status\": 0,\n \"usersCount\": 862,\n \"lastScannedBySage\": 1775067898835,\n \"lastUpdatedTimestamp\": 1769885561135.0696,\n \"shouldNotify\": true,\n \"createdBy\": \"nathan@sharemylabs.com\",\n \"deletionStatus\": 0,\n \"appId\": 11161,\n \"source\": {\n \"appId\": 11161,\n \"type\": 0,\n \"groupType\": 0,\n \"groupId\": \"62463dca-3025-4a93-b444-000b3eaa35e8\"\n },\n \"_tid\": 79819259,\n \"successfullyImportedBySage\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2af8f82f-da6b-495a-9e2a-a8c0f7b82a40", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e0ccd366-4954-47b8-8e6b-083d34458cc3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4a9e2009-9ace-48fe-83d4-e550a91a0e4c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "tags" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "about", "description": "", "item": [ { "name": "info", "description": "", "item": [ { "id": "95ca85f6-40c6-467c-a016-6cfab8f4bc75", "name": "Get Cloud Apps tenant info", "request": { "name": "Get Cloud Apps tenant info", "description": { "content": "Retrieve the Defender for Cloud Apps locale, region, and tenant metadata from the About experience.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "about", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "528a77af-6d43-450d-adbb-25dcf02e5cd9", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"locale\": \"en\",\n \"dataCenterName\": \"US2\",\n \"regionName\": \"East US 2\",\n \"tenantId\": 79819259\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1806ebc-77d2-4d70-89d3-18b1fc905f30", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b7793c12-3487-444e-b70b-44079368cc42", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "edeefd9e-2aa5-4494-9dda-3e58b4c9d9c1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "server_url", "description": "", "item": [ { "id": "a881f86e-bb0c-4426-a921-8cb612ed0cfb", "name": "Get Cloud Apps portal URL", "request": { "name": "Get Cloud Apps portal URL", "description": { "content": "Retrieve the tenant-specific Defender for Cloud Apps portal URL used by the current environment.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "api", "about", "server_url" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "851c3752-6bb6-4472-a685-d15e62dd8dc5", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "server_url" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "https://sharemylabs.us2.portal.cloudappsecurity.com", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fa9ca1fc-3a39-4de8-ab55-0abd14024a4e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "server_url" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e24b04a-e6fa-4182-89fc-67da2d9f91e1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "server_url" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cad2a8d2-c5bf-42d0-9437-35396eb62275", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "api", "about", "server_url" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "boot_constants", "description": "", "item": [ { "id": "7d0dfc4e-f8d6-4b39-967c-71dbabf751e4", "name": "Get boot constants", "request": { "name": "Get boot constants", "description": { "content": "Retrieve boot constants for the Cloud Apps service. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "boot_constants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6c83e258-9e1e-4229-969e-00c7a495ae4f", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "boot_constants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "561c300c-d80f-4179-a52b-a4db7b560033", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "boot_constants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38ce5630-e246-4689-94f5-ac721911cf06", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "boot_constants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3bfbcb05-ca3a-46fb-8852-e91e929c2840", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "boot_constants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "update_usage_info", "description": "", "item": [ { "id": "7509946d-caba-47a9-b9bc-fff5d776e6f7", "name": "Update usage info", "request": { "name": "Update usage info", "description": { "content": "Update Cloud Apps usage information. Discovered on App Governance page.", "type": "text/plain" }, "url": { "path": [ "mcas", "cas", "update_usage_info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "1a66d4d6-b93d-4018-a6f0-e012899440c5", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "cas", "update_usage_info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b5f80dcd-66a1-447e-a875-23815a992aa2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "cas", "update_usage_info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ff4eb77c-d331-4897-abd3-ee038ecd90d1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "cas", "update_usage_info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "15f56260-aab3-4328-83bb-7fb6d8dfcb6c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "cas", "update_usage_info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "api", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "name": "autocomplete", "description": "", "item": [ { "name": "app-permission-names", "description": "", "item": [ { "id": "acfd42e1-7847-40c6-be5c-309bbfeb367a", "name": "Autocomplete app permission names", "request": { "name": "Autocomplete app permission names", "description": { "content": "Retrieve autocomplete suggestions for app permission names. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-names" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "dfdca8ed-ff00-4aa6-9a55-6b43db787e18", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-names" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5159990c-082d-4b60-a79b-f1ddb9bc1b11", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-names" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c2cd4e6-9efb-4308-9827-131ebd7123a5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-names" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "21bc4ddd-51ed-45f2-b8ff-de1d3ca0b017", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-names" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "app-permission-permissions", "description": "", "item": [ { "id": "8606e340-a7a8-4a37-9054-e46a7f8a5fe9", "name": "Autocomplete app permission permissions", "request": { "name": "Autocomplete app permission permissions", "description": { "content": "Retrieve autocomplete suggestions for app permission permissions. Discovered on OAuth Apps page.", "type": "text/plain" }, "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3c08e1b9-32be-4a8e-9d72-cab590182084", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d86468dd-1f54-4a8b-b96c-9cc17cfe0119", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca3aec0a-4c4e-4fff-8eff-6b27d9dc1aa8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "97a6b284-8b4b-43f6-8ada-5267901aca4b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "autocomplete", "app-permission-permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "agents", "description": "", "item": [ { "name": "siem", "description": "", "item": [ { "id": "120ff700-dbf2-4113-8100-7c00bce83ef5", "name": "List SIEM agents", "request": { "name": "List SIEM agents", "description": { "content": "Retrieve configured SIEM agents and pagination state for Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "api", "v1", "agents", "siem" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ecade0ee-82eb-4cc3-a3a2-4afbc0221a39", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"data\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"hasNext\": false,\n \"performAsyncTotal\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13ec124d-b760-437f-8323-2ba9390172e5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22ae3e9f-e3cb-44ca-b68e-c48c74d37c9b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "373efb4d-8ea5-42fb-b87c-793e2dafd988", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "count", "description": "", "item": [ { "id": "90f1e0d4-d277-4f0d-8846-e80eeb12ee7f", "name": "Count SIEM agents", "request": { "name": "Count SIEM agents", "description": { "content": "Retrieve the SIEM agent count summary for Defender for Cloud Apps.", "type": "text/plain" }, "url": { "path": [ "mcas", "api", "v1", "agents", "siem", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "abf43e3e-8cb8-493d-a90d-21809c641810", "name": "OK", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"total\": 0,\n \"moreThanTotal\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "49514d80-dc65-41c5-9de2-ed47943bfd89", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d8fa7ec-6f8a-4c6f-903c-335203ec0011", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0fb4972e-1807-4c4a-85f0-892f9d167c9e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mcas", "api", "v1", "agents", "siem", "count" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] } ] }, { "name": "mdc", "description": "", "item": [ { "name": "management", "description": "", "item": [ { "name": "optin", "description": "", "item": [ { "id": "fb15f57a-e064-4d42-a67b-eb0212702e4c", "name": "Get Defender for Cloud preview features", "request": { "name": "Get Defender for Cloud preview features", "description": { "content": "Retrieve the preview features opt-in status for Microsoft Defender for Cloud (MDC).", "type": "text/plain" }, "url": { "path": [ "mdc", "management", "optin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "db979cef-2c5c-45c0-bd4c-012234b5dc54", "name": "OK", "originalRequest": { "url": { "path": [ "mdc", "management", "optin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "686b1637-7d89-41cd-9b49-a3e7904bee54", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mdc", "management", "optin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61a9bd98-feb1-4b87-8414-49d2b972b77d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mdc", "management", "optin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "adf2a69f-e1f7-4ceb-b0a0-ad8dd188dd6d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mdc", "management", "optin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "radius", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "radius", "description": "", "item": [ { "name": "serviceaccounts", "description": "", "item": [ { "name": "classificationrule", "description": "", "item": [ { "name": "getall", "description": "", "item": [ { "id": "fc9dbf3e-7503-485b-86cd-ea70e264e74d", "name": "Get service account classification rules", "request": { "name": "Get service account classification rules", "description": { "content": "Retrieve all service account classification rules from the RADIUS identity service. These rules define how service accounts are automatically identified and classified.", "type": "text/plain" }, "url": { "path": [ "radius", "api", "radius", "serviceaccounts", "classificationrule", "getall" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9c4b0bd8-1030-40e4-b427-0fee9d8c3953", "name": "OK", "originalRequest": { "url": { "path": [ "radius", "api", "radius", "serviceaccounts", "classificationrule", "getall" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d7b1d50-9bcf-4890-bef5-b31992206fa2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "radius", "api", "radius", "serviceaccounts", "classificationrule", "getall" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e42bdb3d-c3c6-4569-b4ab-2a9600a53ed6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "radius", "api", "radius", "serviceaccounts", "classificationrule", "getall" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c720b325-c1e0-44c4-8073-803e786d10e5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "radius", "api", "radius", "serviceaccounts", "classificationrule", "getall" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] } ] }, { "name": "m365appprotection", "description": "", "item": [ { "name": "mapg-glsservice", "description": "", "item": [ { "name": "compliance", "description": "", "item": [ { "name": "getUserProfile", "description": "", "item": [ { "id": "d813f9b2-fbf8-44af-935a-bfaa8ecdc5cd", "name": "Get App Governance user profile", "request": { "name": "Get App Governance user profile", "description": { "content": "Retrieve the current user's App Governance profile. Discovered on App Governance page.", "type": "text/plain" }, "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "getUserProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3cb1a328-ec70-4d9e-8ce4-eb67174a7b42", "name": "OK", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "getUserProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ad196abd-04ad-40d0-a48c-5799bc1be8b0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "getUserProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "85ad4b94-6c8a-449f-b987-f5e871a098a4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "getUserProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "925e3b59-70b4-4155-ad81-9000025a2f88", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "getUserProfile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "istenantonboarded", "description": "", "item": [ { "id": "44237114-1c3d-46fa-9c53-0e788838b13e", "name": "Check App Governance onboarding", "request": { "name": "Check App Governance onboarding", "description": { "content": "Check whether the tenant is onboarded to Microsoft 365 App Governance (App Protection).", "type": "text/plain" }, "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantonboarded" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a478f1c9-e5dd-44f7-aeaa-3daa7794989b", "name": "OK", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantonboarded" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aae0fa02-0301-40f9-a93f-d66f573a0a9a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantonboarded" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b9136549-224c-496c-a0ec-9bcfb514a924", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantonboarded" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4467da27-2083-41da-92a8-d713a943c5d9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantonboarded" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "istenantinsightsready", "description": "", "item": [ { "id": "57d1ba99-3973-44f3-9878-6bf54fa408b1", "name": "Check App Governance insights ready", "request": { "name": "Check App Governance insights ready", "description": { "content": "Check whether App Governance insights are ready for the tenant.", "type": "text/plain" }, "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantinsightsready" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "12bc1557-2b8d-4196-806a-389c6c237ce1", "name": "OK", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantinsightsready" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "25d0283f-1f33-43c6-9c81-deb8387e68e5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantinsightsready" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "14cf3588-d23a-41e5-95db-aba2aa1452e3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantinsightsready" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f3095bc5-1b7c-4dbe-99dd-c8921e9de1be", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "m365appprotection", "mapg-glsservice", "compliance", "istenantinsightsready" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "securityplatform", "description": "", "item": [ { "name": "lake", "description": "", "item": [ { "name": "databases", "description": "", "item": [ { "id": "e99f4b97-4e5c-40f1-90b4-7638d65ff219", "name": "List data lake databases", "request": { "name": "List data lake databases", "description": { "content": "Retrieve a list of databases available in the security data lake. The data lake provides unified access to security data across Defender XDR workloads.", "type": "text/plain" }, "url": { "path": [ "securityplatform", "lake", "databases" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The API version.", "type": "text/plain" }, "key": "api-version", "value": "2024-07-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0a3072d7-7a87-4b7c-ab4d-2772eb5ebee6", "name": "OK", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "databases" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The API version.", "type": "text/plain" }, "key": "api-version", "value": "2024-07-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"name\": \"string\",\n \"tables\": [\n {\n \"name\": \"string\",\n \"description\": \"string\"\n },\n {\n \"name\": \"string\",\n \"description\": \"string\"\n }\n ]\n },\n {\n \"name\": \"string\",\n \"tables\": [\n {\n \"name\": \"string\",\n \"description\": \"string\"\n },\n {\n \"name\": \"string\",\n \"description\": \"string\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db04417a-af44-4583-9416-86588e48c5d4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "databases" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The API version.", "type": "text/plain" }, "key": "api-version", "value": "2024-07-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fe70685e-cd6b-46ae-8e45-5fbe6cba3679", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "databases" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The API version.", "type": "text/plain" }, "key": "api-version", "value": "2024-07-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26ee354a-c69b-4eb7-838a-bf5bf8de723b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "databases" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The API version.", "type": "text/plain" }, "key": "api-version", "value": "2024-07-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "kql", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "name": "rest", "description": "", "item": [ { "name": "mgmt", "description": "", "item": [ { "id": "e9cf9b4b-3562-4d84-a64e-2ea10b571ad3", "name": "Get data lake table schema", "request": { "name": "Get data lake table schema", "description": { "content": "Retrieve the table schema for the security data lake using a KQL management command. Returns detailed column information for each table.", "type": "text/plain" }, "url": { "path": [ "securityplatform", "lake", "kql", "v1", "rest", "mgmt" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f462518b-cf7f-460c-9e33-1cf98f199933", "name": "OK", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "kql", "v1", "rest", "mgmt" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d072feb5-a003-4d73-ae91-cf2bb38cb712", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "kql", "v1", "rest", "mgmt" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d2306ed4-9112-47c6-bf18-776f36a276c4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "kql", "v1", "rest", "mgmt" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c2e96bd-a617-4817-bf6c-556981e3e1e1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "securityplatform", "lake", "kql", "v1", "rest", "mgmt" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "sentinelgraph", "description": "", "item": [ { "name": "provisioning", "description": "", "item": [ { "name": "checkTenant", "description": "", "item": [ { "id": "758803e4-5c51-422b-a429-06c51da6e7fa", "name": "Check Sentinel provisioning", "request": { "name": "Check Sentinel provisioning", "description": { "content": "Check whether the tenant has Sentinel provisioning configured for the security platform data lake.", "type": "text/plain" }, "url": { "path": [ "securityplatform", "sentinelgraph", "provisioning", "checkTenant" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c6f9ade7-a7f7-4b9d-a2af-fcb8712b80ac", "name": "OK", "originalRequest": { "url": { "path": [ "securityplatform", "sentinelgraph", "provisioning", "checkTenant" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "489077b6-5a93-4a6f-bd09-719f25e7fed3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "securityplatform", "sentinelgraph", "provisioning", "checkTenant" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3b0290f8-e1d5-4d9f-961d-3cbbb35b9ac6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "securityplatform", "sentinelgraph", "provisioning", "checkTenant" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "19a87fab-2695-4cb9-9527-7e074c781c7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "securityplatform", "sentinelgraph", "provisioning", "checkTenant" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "mtoapi", "description": "", "item": [ { "name": "recentItems", "description": "", "item": [ { "id": "c7976a7d-82e1-44f4-a488-d0ff6a14b743", "name": "Get recent items", "request": { "name": "Get recent items", "description": { "content": "Retrieve recently accessed items in the Defender XDR portal for the current user. Used to populate the recent items list in the portal navigation.", "type": "text/plain" }, "url": { "path": [ "mtoapi", "recentItems" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "da3aa088-8d2d-4307-b13d-dfb398ba2e9b", "name": "OK", "originalRequest": { "url": { "path": [ "mtoapi", "recentItems" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "115fb2f4-b62c-4241-9ed1-ee6ef15f4e88", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtoapi", "recentItems" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0dffe773-85ce-4be4-b9b3-5f3c56bf9281", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtoapi", "recentItems" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d4f7efc-3269-4a63-8a4c-9251478455c7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtoapi", "recentItems" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tenants", "description": "", "item": [ { "name": "TenantPicker", "description": "", "item": [ { "id": "fe515501-c22f-4266-8158-95c63e948b3a", "name": "List managed tenants", "request": { "name": "List managed tenants", "description": { "content": "Retrieve a list of tenants available in the multi-tenant management view. Used by the tenant picker in the Defender XDR portal for multi-tenant operations.", "type": "text/plain" }, "url": { "path": [ "mtoapi", "tenants", "TenantPicker" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ea67ccb4-e289-40a6-9ad8-c3687a385cd6", "name": "OK", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", "TenantPicker" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"tenantId\": \"4e6caa95-7441-73d5-1926-36093b71d037\",\n \"tenantName\": \"string\",\n \"tenantDomain\": \"string\",\n \"status\": \"string\"\n },\n {\n \"tenantId\": \"c2301cc9-ba16-7969-ab3e-4039577c7714\",\n \"tenantName\": \"string\",\n \"tenantDomain\": \"string\",\n \"status\": \"string\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f687ae7d-3e08-449f-8489-ffc103b5d803", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", "TenantPicker" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "195faae9-63b1-4308-a767-7395b1b77be0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", "TenantPicker" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e50b74e5-6061-4694-9575-599d18534651", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", "TenantPicker" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "{TenantId}", "description": "", "item": [ { "name": "workloadStatus", "description": "", "item": [ { "id": "55df1f95-7e7d-40ea-8e46-3cd77dc4f1e6", "name": "Get tenant workload status", "request": { "name": "Get tenant workload status", "description": { "content": "Retrieve the workload status for a specific managed tenant, including the activation status of each Defender XDR workload.", "type": "text/plain" }, "url": { "path": [ "mtoapi", "tenants", ":TenantId", "workloadStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId", "disabled": false, "description": { "content": "(Required) The unique identifier of the tenant.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "eb66bb50-a784-490f-896d-37fc8d4e901e", "name": "OK", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "workloadStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tenantId\": \"4c8c66fd-cc77-56e0-07ab-24a9a3778973\",\n \"workloads\": [\n {\n \"workloadName\": \"string\",\n \"isActivated\": false,\n \"lastUpdated\": \"2009-11-24T20:05:36.266Z\"\n },\n {\n \"workloadName\": \"string\",\n \"isActivated\": false,\n \"lastUpdated\": \"1984-12-26T05:12:41.113Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b525db32-ade8-41b0-8703-81d4ccde4a3f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "workloadStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "761d0fa2-b85c-47f6-86a9-67f946c72e69", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "workloadStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d40fd02d-3796-49db-a42c-618be83f6155", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "workloadStatus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "huntingQueries", "description": "", "item": [ { "name": "run", "description": "", "item": [ { "id": "75e43bfa-bd6f-409a-a810-5871d642e1d9", "name": "Run cross-tenant hunting query", "request": { "name": "Run cross-tenant hunting query", "description": { "content": "Execute an advanced hunting query against a specific managed tenant. Allows cross-tenant threat hunting from the multi-tenant management view.", "type": "text/plain" }, "url": { "path": [ "mtoapi", "tenants", ":TenantId", "huntingQueries", "run" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId", "disabled": false, "description": { "content": "(Required) The unique identifier of the target tenant.", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\",\n \"timespan\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "97c51cab-1180-423f-a284-b0836f6d26d3", "name": "OK", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "huntingQueries", "run" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the target tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\",\n \"timespan\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73a6b9f7-da9f-4043-951b-87309c9e3fd0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "huntingQueries", "run" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the target tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\",\n \"timespan\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de1c66d4-767b-4da6-bfdc-bf589cfaf05e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "huntingQueries", "run" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the target tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\",\n \"timespan\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d96bb900-dfd7-4faa-a2b1-6b1195727ca3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "mtoapi", "tenants", ":TenantId", "huntingQueries", "run" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the target tenant.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "TenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"query\": \"string\",\n \"timespan\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "shell", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "shell", "description": "", "item": [ { "name": "shellinfo", "description": "", "item": [ { "id": "99e27e33-f723-4351-9f93-d5f48b7a5677", "name": "Get shell info", "request": { "name": "Get shell info", "description": { "content": "Retrieve shell information for the Defender XDR portal session.", "type": "text/plain" }, "url": { "path": [ "shell", "api", "shell", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a43444f5-bab2-4f68-b277-28d1ba58a46a", "name": "OK", "originalRequest": { "url": { "path": [ "shell", "api", "shell", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"SharedJSTouchWideUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.bootstrapper.js\",\n \"SharedJSTouchWideResourceKey\": \"bootstrapper\",\n \"SharedJSTouchNarrowUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.bootstrapper.js\",\n \"SharedJSTouchNarrowResourceKey\": \"bootstrapper\",\n \"SharedJSTouchDeviceUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.bootstrapper.js\",\n \"SharedJSTouchDeviceResourceKey\": \"bootstrapper\",\n \"SharedCSSTouchWideUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.css\",\n \"SharedCSSTouchWideResourceKey\": \"bootstrapper\",\n \"SharedCSSTouchNarrowUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.css\",\n \"SharedCSSTouchNarrowResourceKey\": \"bootstrapper\",\n \"SharedCSSTouchDeviceUrl\": \"https://res-1.cdn.office.net/shellux/suiteux.shell.css\",\n \"SharedCSSTouchDeviceResourceKey\": \"bootstrapper\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ca95cda-b9c2-4fd9-ba0c-b93ff814fb98", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "shell", "api", "shell", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d19a4f36-1c84-4f5c-8554-c84789c0a673", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "shell", "api", "shell", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73d710e1-a885-434e-98ad-3a5c63cfe583", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "shell", "api", "shell", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "medeina", "description": "", "item": [ { "name": "auth", "description": "", "item": [ { "id": "71aafc62-f809-4433-8905-28b4cd7ce671", "name": "Get Medeina (Copilot) auth", "request": { "name": "Get Medeina (Copilot) auth", "description": { "content": "Retrieve authentication status for the Medeina (Security Copilot) service.", "type": "text/plain" }, "url": { "path": [ "medeina", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6d50bc96-8b12-4c40-91dd-64dc8ec3e2fa", "name": "OK", "originalRequest": { "url": { "path": [ "medeina", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a11cdac-a811-4396-9427-fcaa8e6d4527", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "medeina", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "174e827e-2d21-4519-837a-c00eb5240acf", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "medeina", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b942f5b2-12fe-471a-9f08-3b5ef4f4f15e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "medeina", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "cdssecuritycopilot", "description": "", "item": [ { "name": "trial", "description": "", "item": [ { "id": "d8fa4c31-62bb-4eb4-aacb-b27eabed6346", "name": "Get Security Copilot trial status", "request": { "name": "Get Security Copilot trial status", "description": { "content": "Retrieve the Security Copilot trial status for the tenant.", "type": "text/plain" }, "url": { "path": [ "cdssecuritycopilot", "trial" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6964c396-b623-42ed-afe2-9803324a97a9", "name": "OK", "originalRequest": { "url": { "path": [ "cdssecuritycopilot", "trial" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a4821400-bc50-4caa-b1f8-5ed165766930", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "cdssecuritycopilot", "trial" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b95a0c0b-a3bd-4b63-8394-4efa87d80c05", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "cdssecuritycopilot", "trial" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca5d3403-59ca-43a7-8075-7651c6a42462", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "cdssecuritycopilot", "trial" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "msgraph", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "users", "description": "", "item": [ { "id": "550dee91-276b-4ef5-9d3f-0f5f9acadf9f", "name": "List users via Graph proxy", "request": { "name": "List users via Graph proxy", "description": { "content": "Retrieve a list of users via the Microsoft Graph API proxy endpoint in the Defender XDR portal.", "type": "text/plain" }, "url": { "path": [ "msgraph", "v1.0", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f935cf4d-f7a3-4aec-a32e-56a5ef461b29", "name": "OK", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"@odata.context\": \"https://graph.microsoft.com/v1.0/$metadata#users(displayName,id,onPremisesSyncEnabled)\",\n \"@odata.nextLink\": \"https://graph.microsoft.com/v1.0/users?$skiptoken=...\",\n \"value\": [\n {\n \"displayName\": \"On-Premises Directory Synchronization Service Account\",\n \"id\": \"047abaaa-1111-2222-3333-444444444444\",\n \"onPremisesSyncEnabled\": true\n },\n {\n \"displayName\": \"On-Premises Directory Synchronization Service Account\",\n \"id\": \"047abaaa-1111-2222-3333-444444444444\",\n \"onPremisesSyncEnabled\": true\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d9f9fb82-1095-4039-b1bc-5d470a9b9aae", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a80ddfe0-1f41-4e8c-8403-76b07baa9435", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26269e2e-7a8c-4ccb-80ca-841829ca186d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "subscribedSkus", "description": "", "item": [ { "id": "cfc80f87-210c-4b59-a1b2-e010e179a9ca", "name": "Get subscribed SKUs via Graph proxy", "request": { "name": "Get subscribed SKUs via Graph proxy", "description": { "content": "Retrieve a list of subscribed SKUs (licenses) via the Microsoft Graph API proxy endpoint in the Defender XDR portal. Discovered on Identity Settings > About page.", "type": "text/plain" }, "url": { "path": [ "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "500d15a6-ba94-46d3-a92c-0eefc8b9acee", "name": "OK", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41ac9be1-edd8-4cd5-ac3d-b503fa574d00", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "142058e9-c766-41d9-82ce-6d41ca2bddfc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "967bbe66-db2a-4687-8f00-f149fc91ce58", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "di", "description": "", "item": [ { "name": "Find", "description": "", "item": [ { "name": "TrialOffer", "description": "", "item": [ { "id": "49f7a71b-398e-442c-9673-89612c7e004c", "name": "Find trial offers", "request": { "name": "Find trial offers", "description": { "content": "Find available trial offers for Defender services.", "type": "text/plain" }, "url": { "path": [ "di", "Find", "TrialOffer" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3cde5dce-d97d-4264-aa6e-81632fcd0a97", "name": "OK", "originalRequest": { "url": { "path": [ "di", "Find", "TrialOffer" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da0a702c-3f5f-4164-a6fc-c1d46f2c7999", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "di", "Find", "TrialOffer" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f36265dc-5476-416a-9091-39ed92b0d659", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "di", "Find", "TrialOffer" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4afebaf4-dc1e-411e-b631-522d65808ed5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "di", "Find", "TrialOffer" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "CustomTag", "description": "", "item": [ { "id": "dfc81abf-4637-4843-ac8b-6ab9578a7b88", "name": "Find custom tags", "request": { "name": "Find custom tags", "description": { "content": "Find custom tags configured in the Defender portal.", "type": "text/plain" }, "url": { "path": [ "di", "Find", "CustomTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b17d7a45-6e9c-48e6-9c43-290f2f24b77d", "name": "OK", "originalRequest": { "url": { "path": [ "di", "Find", "CustomTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "290d6cb2-3a02-47fd-b53b-00a5aae28068", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "di", "Find", "CustomTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a01d9de4-193c-4c3c-ae87-ee0ac40c293d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "di", "Find", "CustomTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5f58ae2a-502b-4ff4-9da8-2dad7318162f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "di", "Find", "CustomTag" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "Aggregate", "description": "", "item": [ { "name": "ThreatInstanceList", "description": "", "item": [ { "id": "2cf5b9df-55c6-41f3-b1c8-c5c88afb3622", "name": "Aggregate threat instances", "request": { "name": "Aggregate threat instances", "description": { "content": "Aggregate and retrieve a list of threat instances with filtering criteria.", "type": "text/plain" }, "url": { "path": [ "di", "Aggregate", "ThreatInstanceList" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "72d0e68d-7672-46ad-a0c2-31cfc791ce78", "name": "OK", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatInstanceList" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "88581064-4a2c-41f8-956a-73ad07a286f3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatInstanceList" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "95017e5b-6e7f-46cd-b070-bae8c9a9a3ce", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatInstanceList" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c697b205-c74a-415b-a45b-78e3ba42b7c0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatInstanceList" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "ThreatProfileDetails", "description": "", "item": [ { "id": "96874436-c350-46ca-9ae1-c4d49b64d3a8", "name": "Aggregate threat profile details", "request": { "name": "Aggregate threat profile details", "description": { "content": "Aggregate and retrieve threat profile details with filtering criteria.", "type": "text/plain" }, "url": { "path": [ "di", "Aggregate", "ThreatProfileDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d8bc1c0f-f83c-4b78-a493-477d068afd0f", "name": "OK", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatProfileDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8437e780-33ef-4e1c-ba83-fad84d96d25d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatProfileDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b8ffc17-8821-41e4-8b01-c745dcc4fe10", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatProfileDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50478f02-2322-4f8e-80e1-98f068ae25ec", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "di", "Aggregate", "ThreatProfileDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "gws", "description": "", "item": [ { "name": "ComplianceAuthServer", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "IsAllowedPermissionWithScopes", "description": "", "item": [ { "id": "961a7eb6-6db8-44e1-9856-db96def153f2", "name": "Check compliance permissions", "request": { "name": "Check compliance permissions", "description": { "content": "Check whether the specified permissions with scopes are allowed by the compliance authorization server.", "type": "text/plain" }, "url": { "path": [ "gws", "ComplianceAuthServer", "v1.0", "IsAllowedPermissionWithScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a1b27db5-33d2-4f43-b568-2f585629800a", "name": "OK", "originalRequest": { "url": { "path": [ "gws", "ComplianceAuthServer", "v1.0", "IsAllowedPermissionWithScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e88ce4fd-2a10-47eb-8355-682de7e1319f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "gws", "ComplianceAuthServer", "v1.0", "IsAllowedPermissionWithScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bed64cf0-7b85-49f2-acbf-2b12ec513204", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "gws", "ComplianceAuthServer", "v1.0", "IsAllowedPermissionWithScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "82ef8a08-3d86-453d-aa6b-1d86146a2d17", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "gws", "ComplianceAuthServer", "v1.0", "IsAllowedPermissionWithScopes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "admin", "description": "", "item": [ { "name": "Beta", "description": "", "item": [ { "name": "{tenantId}", "description": "", "item": [ { "name": "InvokeCommand", "description": "", "item": [ { "id": "d614bbd6-99ab-4556-8a80-01d325650e35", "name": "Invoke admin command", "request": { "name": "Invoke admin command", "description": { "content": "Invoke an administrative command for the specified tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "Beta", ":tenantId", "InvokeCommand" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "tenantId", "disabled": false, "description": { "content": "(Required) The tenant GUID to invoke the command against.", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d7d98aa7-edd1-4c70-b52e-a87db026bbe3", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "Beta", ":tenantId", "InvokeCommand" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The tenant GUID to invoke the command against.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "tenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45352fb7-31c8-4d89-9d7a-054d42e3a2ab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "Beta", ":tenantId", "InvokeCommand" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The tenant GUID to invoke the command against.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "tenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c5a5c25-ccb9-448d-ad5f-dfdbaa9e38db", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "Beta", ":tenantId", "InvokeCommand" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The tenant GUID to invoke the command against.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "tenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d6764cc-3257-4af5-b570-35a21e15dfc7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "Beta", ":tenantId", "InvokeCommand" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The tenant GUID to invoke the command against.", "type": "text/plain" }, "type": "any", "value": "af728042-d5b2-217c-b234-ff036a987b0a", "key": "tenantId" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ], "auth": { "type": "apikey", "apikey": [ { "type": "any", "value": "sccauth", "key": "key" }, { "type": "any", "value": "{{apiKey}}", "key": "value" }, { "type": "any", "value": "header", "key": "in" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://security.microsoft.com/apiproxy" } ], "info": { "_postman_id": "1568eaf5-8d38-4547-99a9-948c15ad4419", "name": "Defender", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "The Defender API is used by the Microsoft Defender XDR portal (security.microsoft.com) for managing security operations, including:\n\n - Alerts and Incidents\n - Advanced Hunting\n - Endpoint Device Management (MDE)\n - Live Response\n - Endpoint Configuration\n - Vulnerability Management (TVM)\n - Identity Protection (MDI)\n - Configuration and Settings\n - Exposure Management and XSPM\n - Data Lake and Analytics\n - Threat Analytics\n - Action Center\n - Multi-Tenant Operations\n - Streaming API\n\nThese APIs are accessed through the portal's API proxy layer at `security.microsoft.com/apiproxy` and support delegated authentication flows.\nThey are used internally by the Defender XDR portal and are not officially documented by Microsoft.\n\nThe proxy layer routes requests to various backend services using path prefixes:\n\n| Prefix | Service |\n| --- | --- |\n| `/mtp/` | Microsoft Threat Protection |\n| `/mdi/` | Microsoft Defender for Identity |\n| `/aatp/` | Azure Advanced Threat Protection (MDI legacy) |\n| `/mcas/` | Microsoft Cloud App Security (Defender for Cloud Apps) |\n| `/mdc/` | Microsoft Defender for Cloud |\n| `/mtoapi/` | Multi-Tenant Operations |\n| `/securityplatform/` | Security Platform (Data Lake) |\n| `/radius/` | RADIUS Identity Services |\n| `/di/` | Data Infrastructure (shared with Purview) |\n| `/gws/` | Governance Web Services (shared with Purview) |\n| `/medeina/` | Security Copilot (shared with Purview) |\n| `/cdssecuritycopilot/` | CDS Security Copilot (legacy, see /medeina/) |\n| `/msgraph/` | Microsoft Graph Proxy (shared with Purview) |\n| `/shell/` | Portal Shell (shared with Purview) |\n| `/astgws/` | Attack Simulator Gateway |\n| `/m365appprotection/` | App Governance |\n| `/ndr/` | Network Detection & Response |\n\n**Cross-portal shared services:** Several backend services are shared with the Microsoft Purview portal (purview.microsoft.com).\nThe `/di/`, `/gws/`, `/medeina/`, `/msgraph/`, and `/shell/` prefixes route to the same backend services in both portals,\nthough each portal may expose different subsets of endpoints.\n\nDocumentation and specifications have been provided on a best efforts basis and may not be 100% accurate.\n", "type": "text/plain" } } }