{"collection":{"info":{"_postman_id":"74e7a192-3639-41ee-97c6-a4e70af0ebe8","name":"Asimily API Toolkit","description":"**Asimily Insight** provides a RESTful API to allow 3rd party application developers to integrate their NAC, CMMS systems with Asimily Insight. These REST API functions provide access to device information such as IT parameters, medical parameters, security parameters, asset vulnerabilities (CVEs), asset anomalies, FDA recalls, and utilization among others.\n\nThe API enforces secure access through https and basic authentication. Contact your Asimily partner program representative to get access to a test environment and API credentials to start building your Asimily integration application.\n\n##### Mandatory Source Header in REST API Calls\n\nAs part of Asimily's ongoing efforts to enhance security, accountability, and traceability of API interactions, all technology partners are now required to include the `source` field within the HTTP header of their REST API requests. This change is critical for accurately identifying the origin of API calls, which aids in monitoring, debugging, and maintaining the stability of our platform.\n\n##### Technical Specification for the `source` Header\n\nThe `source` header must adhere to strict formatting guidelines to ensure system compatibility and reliability:\n\n1. **Content**: The value of the 'source' field must be a clear, concise identifier for the client or organization making the request.\n    \n2. **Permitted Characters**: Only alphabetic characters (A-Z, a-z) are allowed. This ensures a clean and consistent data structure for integration logs.\n    \n3. Prohibited Characters: Spaces, commas, dots, hyphens, underscores, numbers, and any other non-alphabetic characters are strictly forbidden. Failure to comply will result in the rejection of the API request once enforcement begins.\n    \n\n**Mandatory Enforcement Date: May 1, 2026**\n\nStarting May 1, 2026, the 'source' field will become a mandatory parameter. Any REST API client request that fails to include a properly formatted 'source' header will be rejected by the Asimily API. To prevent integration failures, service interruptions, or data flow halts, users must update their REST API client configurations well in advance of this date.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2024-10-22T19:48:06.000Z","updatedAt":"2026-04-16T18:37:43.000Z","lastUpdatedBy":"37589849","uid":"37589849-74e7a192-3639-41ee-97c6-a4e70af0ebe8"},"item":[{"name":"CVEs","item":[{"name":"CVEs w/ Options","id":"412e2643-c1a0-466a-9d9b-7591fac80399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/cves","host":["{{url}}"],"path":["api","extapi","assets","cves"],"query":[{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true},{"key":"cveName","value":"{{cveName}}","description":"This will return the information associated with the cveName queried","type":"text","disabled":true},{"key":"isCvesFixed","value":"{{isCvesFixed}}","description":"This will return the information associated with the isFixed queried. The value can be either FIXED or NOT_FIXED","type":"text","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T19:48:29.000Z","updatedAt":"2026-04-16T18:34:16.000Z","uid":"37589849-412e2643-c1a0-466a-9d9b-7591fac80399"},{"name":"Fetch All CVEs with CVE Score filter","id":"2e19d63e-e9ce-4a9c-a4d6-d2ea98dae0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"cveScore\": [\r\n            {\r\n                \"operator\": \"Gte\",\r\n                \"value\": \"{{score}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/device-cves?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","device-cves"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T18:57:38.000Z","updatedAt":"2026-02-16T09:43:57.000Z","uid":"37589849-2e19d63e-e9ce-4a9c-a4d6-d2ea98dae0c5"},{"name":"Fetch All CVEs with Device Family filter","id":"b9980c54-480f-4411-80f1-855e604f188a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"deviceFamily\": [\r\n            {\r\n                \"operator\": \":\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/device-cves?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","device-cves"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T19:00:04.000Z","updatedAt":"2026-02-16T09:44:19.000Z","uid":"37589849-b9980c54-480f-4411-80f1-855e604f188a"},{"name":"Fetch All CVEs with Device Range Id filter","id":"1a396ebb-756e-49db-8e7a-9b53a1e2cffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"deviceRangeId\": [\r\n            {\r\n                \"operator\": \">\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/device-cves?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","device-cves"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T19:46:17.000Z","updatedAt":"2026-02-16T09:44:26.000Z","uid":"37589849-1a396ebb-756e-49db-8e7a-9b53a1e2cffb"},{"name":"Fetch All CVEs with Last Updated Since Filter","id":"82a2aba1-772c-4603-a577-cd3dc8a4e05e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"cvesLastUpdatedSince\": [\r\n            {\r\n                \"operator\": \">\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/device-cves?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","device-cves"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T19:47:55.000Z","updatedAt":"2026-02-16T09:44:32.000Z","uid":"37589849-82a2aba1-772c-4603-a577-cd3dc8a4e05e"},{"name":"Fetch All CVEs with Device Tag filter","id":"ae883da6-0526-4ef7-a8b5-62bf3eea7f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"deviceTag\": [\r\n            {\r\n                \"operator\": \":\",\r\n                \"value\": \"{{value1}}\"\r\n            },\r\n            {\r\n                \"operator\": \":\",\r\n                \"value\": \"{{value2}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/device-cves?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","device-cves"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T19:48:58.000Z","updatedAt":"2026-02-16T09:44:38.000Z","uid":"37589849-ae883da6-0526-4ef7-a8b5-62bf3eea7f00"},{"name":"Fix CVE API","id":"3f469704-15ae-4b2a-b4f2-8954fd4c7ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\"cveName\":\"{{cveNameValue}}\",\"deviceIds\":[{{id1}}, {{id2}}]}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/cvefix","host":["{{url}}"],"path":["api","extapi","assets","cvefix"]}},"response":[],"createdAt":"2025-06-02T19:57:02.000Z","updatedAt":"2026-02-16T09:46:35.000Z","uid":"37589849-3f469704-15ae-4b2a-b4f2-8954fd4c7ab1"}],"id":"649707e9-d3a3-4859-bc4c-66f9cde7b45b","description":"# Introduction\n\nReturns all the Vulnerabilities associated with a device\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Number\n    \n- IP Address\n    \n- Mac Address\n    \n- Is CVE Fixed\n    \n- CVE Name\n    \n\n### Fetch All CVEs API\n\nThis REST API can be used to fetch all cves associated with the Device. This API is a POST request.\n\n## Filter data types\n\n- CVE Score - The value can be either 7.5 or 4 and operator should always be \"Gte\"\n    \n- Device Family - This is a multi valued filter\n    \n- Device Tag - This is a multi valued filter\n    \n- Device Range ID - To retrieve device CVEs in batches, filter by `deviceRangeId` to fetch cves for devices with Asimily internal device IDs exceeding a specified value.\n    \n- CVEs Last Updated Since - Filter CVEs based on their discovery date on a device, selecting only those found after a specific date.","createdAt":"2024-10-22T19:48:29.000Z","updatedAt":"2025-06-02T20:11:23.000Z","uid":"37589849-649707e9-d3a3-4859-bc4c-66f9cde7b45b"},{"name":"Anomalies","item":[{"name":"Anomalies w/ Options","id":"f3809dd5-61bc-4e04-abf4-786d2847cd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/anomaly","host":["{{url}}"],"path":["api","extapi","assets","anomaly"],"query":[{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true},{"key":"anomaliesCriticality","value":"{{anomaliesCriticality}}","description":"This will return the information associated with the criticality queried. It takes value as either HIGH or MEDIUM or LOW","disabled":true},{"key":"isAnomaliesFixed","value":"{{isAnomaliesFixed}}","description":"This will return the information associated with the isAnomaliesFixed queried for which value can be either FIXED or NOT_FIXED","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T20:23:02.000Z","updatedAt":"2026-02-16T09:46:42.000Z","uid":"37589849-f3809dd5-61bc-4e04-abf4-786d2847cd07"},{"name":"Fetch All Anomalies with Criticality Filter","id":"747a30af-a065-4f1a-a830-939fe3fb77b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"anomaliesCriticality\": [\r\n            {\r\n                \"operator\": \":\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/anomalies?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","anomalies"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T20:04:17.000Z","updatedAt":"2026-02-16T09:46:49.000Z","uid":"37589849-747a30af-a065-4f1a-a830-939fe3fb77b0"},{"name":"Fetch All Anomalies with Device Family Filter","id":"afdac04a-5e6e-4c25-a218-60eaec819990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filters\": {\r\n    \"deviceFamily\": [\r\n      {\r\n        \"operator\": \":\",\r\n        \"value\": \"{{value}}\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/anomalies?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","anomalies"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T20:04:54.000Z","updatedAt":"2026-02-16T09:46:55.000Z","uid":"37589849-afdac04a-5e6e-4c25-a218-60eaec819990"},{"name":"Fetch All Anomalies with Device Range ID filter","id":"9542c9f7-bfb7-4947-a1df-693d6845405b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"deviceRangeId\": [\r\n            {\r\n                \"operator\": \">\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/anomalies?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","anomalies"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T20:06:06.000Z","updatedAt":"2026-02-16T09:47:33.000Z","uid":"37589849-9542c9f7-bfb7-4947-a1df-693d6845405b"},{"name":"Fetch All Anomalies with Last Updated Since Filter","id":"3a05381d-5e48-4bac-9a57-c41cca246725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"anomaliesLastUpdatedSince\": [\r\n            {\r\n                \"operator\": \">\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/anomalies?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","anomalies"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T20:06:39.000Z","updatedAt":"2026-02-16T09:47:41.000Z","uid":"37589849-3a05381d-5e48-4bac-9a57-c41cca246725"},{"name":"Fetch All Anomalies with Device Tag Filter","id":"af731d9d-5cc0-4af2-8a08-5e29d82230af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": {\r\n        \"deviceTag\": [\r\n            {\r\n                \"operator\": \":\",\r\n                \"value\": \"{{value}}\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/anomalies?page={{page}}&size={{size}}&sort={{sort}}","host":["{{url}}"],"path":["api","extapi","assets","anomalies"],"query":[{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"sort","value":"{{sort}}"}]}},"response":[],"createdAt":"2025-06-02T20:07:43.000Z","updatedAt":"2026-02-16T09:47:47.000Z","uid":"37589849-af731d9d-5cc0-4af2-8a08-5e29d82230af"},{"name":"Fix Anomaly API","id":"0ff9706d-26c2-4ceb-93e9-3f8243e7333a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/anomalyfix?alertId={{alertId}}","host":["{{url}}"],"path":["api","extapi","assets","anomalyfix"],"query":[{"key":"alertId","value":"{{alertId}}"}]}},"response":[],"createdAt":"2025-06-02T20:08:06.000Z","updatedAt":"2026-02-16T09:47:52.000Z","uid":"37589849-0ff9706d-26c2-4ceb-93e9-3f8243e7333a"}],"id":"868a7602-bbce-4f80-a27e-1d27e188ace4","description":"# Introduction\n\nReturns all the Anomalies associated with a device\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Number\n    \n- IP Address\n    \n- Mac Address\n    \n- Device Id\n    \n- Anomalies Criticality\n    \n- Anomalies Is Fixed\n    \n\n### Fetch All Anomalies API\n\nThis REST API can be used to fetch all anomalies associated with the Device. This API is a POST request.\n\nThis is a paginated API.\n\n## Filter data types\n\n- Anomalies Criticality - Accepts \"HIGH\", \"MEDIUM\", or \"LOW\" to filter by criticality level.\n    \n- Device Family - This is a multi valued filter\n    \n- Device Tag - This is a multi valued filter\n    \n- Device Range ID - To retrieve device anomalies in batches, filter by `deviceRangeId` to fetch anomalies for devices with Asimily internal device IDs exceeding a specified value.\n    \n- Anomalies Last Updated Since - Filter anomalies based on their discovery date on a device, selecting only those found after a specific date.","createdAt":"2024-10-22T20:23:02.000Z","updatedAt":"2025-06-02T20:10:25.000Z","uid":"37589849-868a7602-bbce-4f80-a27e-1d27e188ace4"},{"name":"Recalls","item":[{"name":"Recalls w/ Options","id":"a7da6370-1d65-467e-a32e-efea1c65e101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/recall","host":["{{url}}"],"path":["api","extapi","assets","recall"],"query":[{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T20:25:21.000Z","updatedAt":"2026-04-15T19:28:38.000Z","uid":"37589849-a7da6370-1d65-467e-a32e-efea1c65e101"},{"name":"Fix Recall for Devices","id":"ae3c1923-aecc-43c3-8acb-41e02ee62526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"deviceIds\": [{{value}}] \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/recall/{{recallNum}}","host":["{{url}}"],"path":["api","extapi","assets","recall","{{recallNum}}"]}},"response":[],"createdAt":"2026-01-19T06:58:19.000Z","updatedAt":"2026-02-16T09:48:17.000Z","uid":"37589849-ae3c1923-aecc-43c3-8acb-41e02ee62526"}],"id":"cc3d093b-2c56-48e4-adbd-87c9d4725066","description":"# Introduction\n\nReturns all the Recalls associated with a device\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Number\n    \n- IP Address\n    \n- Mac Address","createdAt":"2024-10-22T20:25:21.000Z","updatedAt":"2026-01-19T06:58:19.000Z","uid":"37589849-cc3d093b-2c56-48e4-adbd-87c9d4725066"},{"name":"Applications","item":[{"name":"Applications w/ Options","id":"98a22e0a-cc6f-45ff-b318-cba4d33ba945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/application","host":["{{url}}"],"path":["api","extapi","assets","application"],"query":[{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T20:27:24.000Z","updatedAt":"2026-02-16T09:48:56.000Z","uid":"37589849-98a22e0a-cc6f-45ff-b318-cba4d33ba945"}],"id":"33be368f-9f1f-4bb0-91d0-ae9773a0a6c5","description":"# Introduction\n\nReturns all the Applications associated with a device\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Number\n    \n- IP Address\n    \n- Mac Address","createdAt":"2024-10-22T20:27:24.000Z","updatedAt":"2024-10-22T20:37:29.000Z","uid":"37589849-33be368f-9f1f-4bb0-91d0-ae9773a0a6c5"},{"name":"Ports","item":[{"name":"Ports w/ Options","id":"7b72fd13-c625-4276-adf6-ee0d7423b8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets/port","host":["{{url}}"],"path":["api","extapi","assets","port"],"query":[{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T20:29:11.000Z","updatedAt":"2026-02-16T09:49:01.000Z","uid":"37589849-7b72fd13-c625-4276-adf6-ee0d7423b8ad"}],"id":"1ef6ac13-1494-41ba-adea-5ba4581817fb","description":"# Introduction\n\nReturns all the Ports associated with a device\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Number\n    \n- IP Address\n    \n- Mac Address","createdAt":"2024-10-22T20:29:11.000Z","updatedAt":"2024-10-23T18:32:05.000Z","uid":"37589849-1ef6ac13-1494-41ba-adea-5ba4581817fb"},{"name":"Assets","item":[{"name":"Examples","item":[{"name":"Assests with String Parameter","id":"5fb6499f-8f1a-4cb5-b097-0522d8906aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&os=windows*","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"os","value":"windows*"}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:42:56.000Z","uid":"37589849-5fb6499f-8f1a-4cb5-b097-0522d8906aa6"},{"name":"Assests belongs to specific device family","id":"b558e166-489a-45e2-ba1c-112b73255cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&deviceFamily=Medical Devices","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"deviceFamily","value":"Medical Devices","description":"Specify the device family that you see on the portal"}]},"description":"Returns Assets with specified Pick List value\n\nFiltered all the records based on selection of distinct value(s) from specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:12.000Z","uid":"37589849-b558e166-489a-45e2-ba1c-112b73255cec"},{"name":"Assets belongs to specified IP Address within CIDR Range","id":"ca14f76a-18fc-4820-bc51-0e8858fdabf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&ipAddr=10.40.0.0/16","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"ipAddr","value":"10.40.0.0/16","description":"IP Address with CIDR range or can specify IP address"}]},"description":"Returns filtered Assets records based on IP address or IP address CIDR selected in the specific column.\n\ne.g.\n- 10.16.40.158\n- 10.16.0.0/16"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:17.000Z","uid":"37589849-ca14f76a-18fc-4820-bc51-0e8858fdabf8"},{"name":"Asset with specific Mac Address","id":"a0db5aba-0ef1-40a8-966d-a27422fb3f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&macAddr=00:c0:b7:b2:a7:fd","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"macAddr","value":"00:c0:b7:b2:a7:fd"}]},"description":"Returns filtered Asset records based on *Mac Address* selected in the mac address column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:23.000Z","uid":"37589849-a0db5aba-0ef1-40a8-966d-a27422fb3f74"},{"name":"Asset with boolean parameter","id":"2502083d-64a0-499b-92a8-8286849e6871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&isConnected=No","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"isConnected","value":"No"}]},"description":"Returns filtered Asset records based on the Boolean value in the specific column.\n\nBoolean values:\n- Yes\n- No"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:28.000Z","uid":"37589849-2502083d-64a0-499b-92a8-8286849e6871"},{"name":"Assests with Number paramter","id":"7d6aa802-e8ee-4df0-9ad0-d3800fbbfcca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&riskGte=8","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"riskGte","value":"8","description":"Number parameter supports greater than, less than and more options. For more information read API documentation"}]},"description":"Returns filtered assets records based on number filter parameter in the specific column. Append below operator string to filter the records. e.g. riskGte, or likelihoodLte\n\nNumber operators supported are:\nGte - Greater than or equal\nGtr - Greater than\nLte - Less than or equal\nLst - Less than"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:33.000Z","uid":"37589849-7d6aa802-e8ee-4df0-9ad0-d3800fbbfcca"},{"name":"Assests with Date Parameter","id":"e6fa2823-00ab-436e-801a-b5129b1f4a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&devicesSeenSince=2022-09-01","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"devicesSeenSince","value":"2022-09-01","description":"Date format YYYY-MM-DD is supported"}]},"description":"Returns Assets records based on date selected in the specific column. Date format YYYY-MM-DD is supported, 2022-05-20."},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:38.000Z","uid":"37589849-e6fa2823-00ab-436e-801a-b5129b1f4a3d"},{"name":"Assests with Pick List Parameter","id":"beba4564-ce81-4037-b64c-351f426253d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&department=Ortho&department=Cardiology","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"department","value":"Ortho","description":"Repeat parameter name to filter based on multiple values"},{"key":"department","value":"Cardiology","description":"Repeat parameter name to filter based on multiple values"}]},"description":"Returns Assets with specified Pick List values\n\nFiltered all the records based on selection of distinct value(s) from specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:45.000Z","uid":"37589849-beba4564-ce81-4037-b64c-351f426253d1"},{"name":"Assests with Days as Parameter","id":"28fd2618-34d9-41a9-aae8-9ff15f29c6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&discoveredOver=356 days","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"discoveredOver","value":"356 days","description":"Specify the number of days"}]},"description":"Returns filtered assets records based on days selected in the specific column. Days format ## days is supported, e.g 365 days"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:53.000Z","uid":"37589849-28fd2618-34d9-41a9-aae8-9ff15f29c6c4"},{"name":"Assests with CMMS ID paramter","id":"b22c050b-9c79-4458-8ff6-3eaa423661c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&cmmsId=HURON","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"cmmsId","value":"HURON","description":"Specifies the CMMS ID. For more information read API documentation"}]},"description":"Returns filtered assets records based on CMMS ID filter parameter in the specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:49:58.000Z","uid":"37589849-b22c050b-9c79-4458-8ff6-3eaa423661c9"},{"name":"Assests with Device Family paramter","id":"7eb96bc9-9ca4-4fa4-8b38-2dab4525add1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&deviceFamily=Medical%20Devices","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"deviceFamily","value":"Medical%20Devices","description":"Specifies the Device Family. For more information read API documentation"}]},"description":"Returns filtered assets records based on Device Family filter parameter in the specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:50:05.000Z","uid":"37589849-7eb96bc9-9ca4-4fa4-8b38-2dab4525add1"},{"name":"Assests with Device Type paramter","id":"a7a9669f-b280-463b-8e33-622a64edbac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&deviceType=IT%20Workstation","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"deviceType","value":"IT%20Workstation","description":"Specifies the Device Type. For more information read API documentation"}]},"description":"Returns filtered assets records based on Device Type filter parameter in the specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:50:11.000Z","uid":"37589849-a7a9669f-b280-463b-8e33-622a64edbac9"},{"name":"Assests with Manufacturer paramter","id":"5e837367-f576-4c14-a5a3-7f0e50f20160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&manufacturer=MISC","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"manufacturer","value":"MISC","description":"Specifies the Manufacturer. For more information read API documentation"}]},"description":"Returns filtered assets records based on Manufacturer filter parameter in the specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:50:17.000Z","uid":"37589849-5e837367-f576-4c14-a5a3-7f0e50f20160"},{"name":"Assests with Device Model paramter","id":"fe4280f2-3484-4d8e-a59a-930a205378f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=100&deviceModel=CABLES%20/%20WIRES","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"100","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"deviceModel","value":"CABLES%20/%20WIRES","description":"Specifies the Device Model. For more information read API documentation"}]},"description":"Returns filtered assets records based on Device Model filter parameter in the specific column"},"response":[],"createdAt":"2024-10-22T19:48:07.000Z","updatedAt":"2026-02-16T09:50:23.000Z","uid":"37589849-fe4280f2-3484-4d8e-a59a-930a205378f9"}],"id":"88821199-67aa-45e6-8fe1-477a50b0eb59","description":"# Introduction\n\nReturns the asset records for all assets discovered in the network matching the filter criteria.\n\n> Note: In order to access the API, users must specify at least one filter condition. By specifying filter conditions, users can narrow down their search criteria and retrieve precisely the information they need, reducing the load on the system and improving response times. \n  \n\n## Authentication\n\nREST clients to authenticate themselves using basic authentication by providing Asimily API username and password.\n\n## Filter data types\n\nFilters supported belongs to below data type are supported:\n\n- Boolean\n- Number\n- String\n- Pick List\n- IP Address\n- Mac Address\n- Date\n- Days","createdAt":"2024-10-22T19:48:06.000Z","updatedAt":"2024-10-23T18:31:09.000Z","uid":"37589849-88821199-67aa-45e6-8fe1-477a50b0eb59"},{"name":"Assets w/ Options","id":"01a012af-05ed-4183-9584-06974f273e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"source","value":"{{}}","type":"text"}],"url":{"raw":"{{url}}/api/extapi/assets?page=0&size=500","host":["{{url}}"],"path":["api","extapi","assets"],"query":[{"key":"page","value":"0","description":"The page number from the list of assets to return. This defaults to 0 if not specified"},{"key":"size","value":"500","description":"Number of records to return per page. This defaults to 500 if not specified."},{"key":"deviceId","value":"{{deviceId}}","description":"This will return the information associated with the deviceId queried","disabled":true},{"key":"macAddr","value":"{{macAddr}}","description":"This will return the information associated with the macAddr queried","disabled":true},{"key":"ipAddr","value":"{{ipAddr}}","description":"This will return the information associated with the ipAddr queried","disabled":true},{"key":"manufacturer","value":"manufacturer","description":"The Manufacturer of the device - Wildcards Supported","type":"text","disabled":true},{"key":"os","value":"os","description":"The Operating System of the device - Wildcards Supported","type":"text","disabled":true},{"key":"deviceFamily","value":"deviceFamily","description":"The Device Family of the device - Refer to https://{tenantname}-portal.asimily.com/docs/help/reference/devicetype","type":"text","disabled":true},{"key":"deviceType","value":"deviceType","description":"The Device Type of the device - Refer to https://{tenantname}-portal.asimily.com/docs/help/reference/devicetype","type":"text","disabled":true},{"key":"deviceModel","value":"deviceModel","description":"The Device Model of the device - Wildcards Supported","type":"text","disabled":true},{"key":"facility","value":"facility","description":"The Facility of the device - Wildcards Supported","type":"text","disabled":true},{"key":"isConnected","value":"Yes/No","description":"Is the device currently connected?","type":"text","disabled":true},{"key":"isCurrentlyInUse","value":"Yes/No","description":"Is the device currently in use?","type":"text","disabled":true},{"key":"mds2DocState","value":"mds2DocState","description":"What type of MDS2 does a device have? - Wildcards Not Supported","disabled":true},{"key":"discoveredOver","value":"#","description":"Returns devices discovered in the last # days","type":"text","disabled":true},{"key":"application","value":"application","description":"The Applications seen on the device - Wildcards Supported","type":"text","disabled":true},{"key":"securityCapabilities","value":"securityCapabilities","description":"The Security Capabilities of the device per MDS2 - Wildcards Not Supported - Case Sensitive","type":"text","disabled":true},{"key":"hostName","value":"hostName","description":"The Hostname of the device - Wildcards Supported","disabled":true},{"key":"externalDomain","value":"externalDomain","description":"The Domain visited by the device - Wildcards Not Supported","disabled":true},{"key":"ephi","value":"storesEPHI/transfersEPHI/handlesEPHI","description":"Does the device store, transmit, or handle ePHI.","disabled":true},{"key":"externalConnectivity","value":"externalConnectivity","description":"The Service communicated with by the device - Wildcards Not Supported","type":"text","disabled":true},{"key":"externalConnectivityByCountry","value":"externalConnectivityByCountry","description":"The Country communicated with by the device - Wildcards Not Supported","type":"text","disabled":true},{"key":"externalConnectivityByManufacturer","value":"externalConnectivityByManufacturer","description":"The Organization communicated with by the device - Wildcards Not Supported","type":"text","disabled":true},{"key":"externalConnectivityByReputation","value":"Good/Bad","description":"The Reputation of the IP communicated with by the device","type":"text","disabled":true},{"key":"department","value":"department","description":"The Department of the device - Wildcards Supported","type":"text","disabled":true},{"key":"isWireless","value":"Wireless/Wired","description":"Is the device currently using Wired or Wireless connection?","type":"text","disabled":true},{"key":"devicesNotSeenSince","value":"YYYY-MM-DD","description":"Returns devices not seen since the defined Date","type":"text","disabled":true},{"key":"devicesSeenSince","value":"YYYY-MM-DD","description":"Returns devices seen since the defined Date","type":"text","disabled":true},{"key":"cmmsId","value":"cmmsId","description":"The CMMS Identifier of the device - Wildcards Supported","type":"text","disabled":true},{"key":"isDeviceDeActivated","value":"Yes/No","description":"Is the device currently deactivated?","type":"text","disabled":true},{"key":"discoverySourceValue","value":"discoverySourceValue","description":"The Discovery Source of the device - Wildcards Supported","type":"text","disabled":true},{"key":"serialNumber","value":"serialNumber","description":"The Serial Number of the device - Wildcards Supported","type":"text","disabled":true},{"key":"managedBy","value":"managedBy","description":"The Managed By of the device - Wildcards Supported","type":"text","disabled":true},{"key":"stationName","value":"stationName","description":"The Station Name of the device - Wildcards Supported","type":"text","disabled":true},{"key":"location","value":"location","description":"The Location of the device - Wildcards Supported","type":"text","disabled":true},{"key":"anomaly","value":"Yes/No","description":"Does the device have an associated Anomaly?","disabled":true},{"key":"region","value":"region","description":"The Region of the device - Wildcards Supported","type":"text","disabled":true},{"key":"devicesConnectedToSSID","value":"devicesConnectedToSSID","description":"The Last Used SSID of the device - Wildcards Not Supported","type":"text","disabled":true},{"key":"deviceTag","value":"deviceTag","description":"The Device Tags for the device - Wildcards Not Supported","disabled":true},{"key":"riskGte","value":"#","description":"Risk Greater than or Equal to #","type":"text","disabled":true},{"key":"riskGrt","value":"#","description":"Risk Greater than #","type":"text","disabled":true},{"key":"riskLte","value":"#","description":"Risk Less than or Equal to #","type":"text","disabled":true},{"key":"riskLst","value":"#","description":"Risk Less than #","type":"text","disabled":true},{"key":"likelihoodGrt","value":"#","description":"Likelihood Greater than #","type":"text","disabled":true},{"key":"likelihoodLte","value":"#","description":"Likelihood Less than or Equal to #","type":"text","disabled":true},{"key":"likelihoodLst","value":"#","description":"Likelihood Less than #","type":"text","disabled":true},{"key":"impactGte","value":"#","description":"Impact Greater than or Equal to #","type":"text","disabled":true},{"key":"impactGrt","value":"#","description":"Impact Greater than #","disabled":true},{"key":"impactLte","value":"#","description":"Impact Less than or Equal to #","type":"text","disabled":true},{"key":"impactLst","value":"#","description":"Impact Less than #has","type":"text","disabled":true},{"key":"service","value":"service","description":"The Services seen on the device","disabled":true},{"key":"likelihoodGte","value":"#","description":"Likelihood Greater than or Equal to #","disabled":true}]},"description":"Returns Assets with specified string parameter\n\nReturns filtered assets records based on string filter in the specific column.\n\nString operator supported:\n```\n<char>* - Starts with\n*<char>* - Contains\n*<char> - Ends with\n```"},"response":[],"createdAt":"2024-10-23T18:31:51.000Z","updatedAt":"2026-04-16T18:33:51.000Z","uid":"37589849-01a012af-05ed-4183-9584-06974f273e98"},{"name":"Add tags to the device","id":"8899d3cc-5e5c-4914-9ade-edc55631118b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\"deviceTag\": \"BioMed Managed,High Risk Device\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/{{deviceId}}","host":["{{url}}"],"path":["api","extapi","assets","{{deviceId}}"]}},"response":[],"createdAt":"2026-02-16T10:01:00.000Z","updatedAt":"2026-02-16T10:05:34.000Z","uid":"37589849-8899d3cc-5e5c-4914-9ade-edc55631118b"},{"name":"Update Segmentation for device","id":"401aeea7-0af1-43c0-b246-57a06d371c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\"isDeviceSegmented\": true}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/{{deviceId}}","host":["{{url}}"],"path":["api","extapi","assets","{{deviceId}}"]}},"response":[],"createdAt":"2026-02-16T10:04:37.000Z","updatedAt":"2026-02-16T10:07:01.000Z","uid":"37589849-401aeea7-0af1-43c0-b246-57a06d371c10"},{"name":"Update segmentation as well add tags for device","id":"afe28f65-9697-4624-96b6-b177b543e971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"source","value":"{{}}","type":"text"}],"body":{"mode":"raw","raw":"{\"isDeviceSegmented\": true, \"deviceTag\": \"BK05242025-AAA1\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/extapi/assets/{{deviceId}}","host":["{{url}}"],"path":["api","extapi","assets","{{deviceId}}"]}},"response":[],"createdAt":"2026-02-16T10:07:15.000Z","updatedAt":"2026-02-16T10:08:18.000Z","uid":"37589849-afe28f65-9697-4624-96b6-b177b543e971"}],"id":"18754c27-599e-42bd-8b86-3d9b17a55f1f","description":"Newly added REST APIs to update device segmentation and add device tags\n\n#### Update Device Attributes\n\nPATCH request to update specific attributes of a device, such as marking it as auto-segmented or adding device tags.\n\n**Response:**\n\n- **204 No Content** - Indicates that the device attributes were successfully updated.\n    \n- **400 Bad Request** - Indicates that the request was invalid, such as missing required fields\n    \n- **500 Internal Server Error** - Indicates that an error occurred on the server while processing the request.\n    \n\n**Note:** Currently, this endpoint supports updating the device segmentation status (`isDeviceSegmented`) and adding device tags (`deviceTag`). The device ID must be provided in the endpoint path.","createdAt":"2024-10-23T18:30:50.000Z","updatedAt":"2026-02-16T10:12:56.000Z","uid":"37589849-18754c27-599e-42bd-8b86-3d9b17a55f1f"}],"auth":{"type":"basic","basic":[{"key":"password","value":"{{password}}","type":"string"},{"key":"username","value":"{{username}}","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"c6e75d58-3dd0-4a65-8c27-5a918e557cd0","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"cd12d9c8-96e5-4f02-8df5-e59d2e988e64","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"url","value":"https://<your-domain>-portal.asimily.com"},{"key":"username","value":"username"},{"key":"password","value":"password"},{"key":"deviceId","value":"deviceId","disabled":true},{"key":"macAddr","value":"macAddr","disabled":true},{"key":"ipAddr","value":"ipAddr","disabled":true},{"key":"cveName","value":"cveName","disabled":true},{"key":"isFixed","value":"isFixed","disabled":true},{"key":"page","value":"page","disabled":true},{"key":"size","value":"size","disabled":true},{"key":"sort","value":"sort","disabled":true},{"key":"alertId","value":"alertId","disabled":true},{"key":"anomaliesCriticality","value":"anomaliesCriticality","disabled":true},{"key":"isCvesFixed","value":"isCvesFixed","disabled":true},{"key":"isAnomaliesFixed","value":"isAnomaliesFixed","disabled":true},{"key":"recallNum","value":"recallNum","disabled":true},{"key":"source","value":""}]}}